diff --git a/web/src/App.vue b/web/src/App.vue index 09d3a167..cefa9427 100644 --- a/web/src/App.vue +++ b/web/src/App.vue @@ -72,7 +72,3 @@ onMounted(() => { loadSiteProfile(); }); - - \ No newline at end of file diff --git a/web/src/assets/css/main.less b/web/src/assets/css/main.less index 478eb263..9d0f9aa9 100644 --- a/web/src/assets/css/main.less +++ b/web/src/assets/css/main.less @@ -45,7 +45,6 @@ .following-link { color: #000; - color: none; text-decoration: none; cursor: pointer; opacity: 0.75; @@ -87,7 +86,6 @@ .username-link { color: #000; - color: none; text-decoration: none; cursor: pointer; diff --git a/web/src/main.ts b/web/src/main.ts index 71e8dcec..2960d06e 100644 --- a/web/src/main.ts +++ b/web/src/main.ts @@ -2,6 +2,7 @@ import { createApp } from 'vue'; import { createPinia } from 'pinia'; import router from './router'; import App from './App.vue'; +import '@/assets/css/main.less'; import type { MessageApiInjection } from 'naive-ui/lib/message/src/MessageProvider';