From 859a0b75a0524fd0857da3e9086885dc2db58093 Mon Sep 17 00:00:00 2001 From: Fine Date: Wed, 24 Jan 2024 16:03:32 +0800 Subject: [PATCH] feat: update --- src/assets/icons/logo-light.svg | 125 ++++++++++++++++++++++++++++++++ src/styles/theme.scss | 1 - src/views/NotFound.vue | 11 ++- 3 files changed, 134 insertions(+), 3 deletions(-) create mode 100644 src/assets/icons/logo-light.svg diff --git a/src/assets/icons/logo-light.svg b/src/assets/icons/logo-light.svg new file mode 100644 index 00000000..865a6dfd --- /dev/null +++ b/src/assets/icons/logo-light.svg @@ -0,0 +1,125 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/styles/theme.scss b/src/styles/theme.scss index f7113778..c6296300 100644 --- a/src/styles/theme.scss +++ b/src/styles/theme.scss @@ -28,7 +28,6 @@ --sw-green: #70c877; --sw-orange: #e6a23c; --sw-topo-animation: topo-dash 0.3s linear infinite; - --font-size-bigger: 18px; } html { diff --git a/src/views/NotFound.vue b/src/views/NotFound.vue index 8289f935..fe7bcee9 100644 --- a/src/views/NotFound.vue +++ b/src/views/NotFound.vue @@ -13,7 +13,10 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. -->