diff --git a/src/App.vue b/src/App.vue index da08dba..79a747d 100644 --- a/src/App.vue +++ b/src/App.vue @@ -39,6 +39,9 @@ input:focus{ color: #000; background-color: #fff; } +a{ + color: #00BCD4; +} *{ scrollbar-width: thin; scrollbar-color: #42b983 #2220; diff --git a/src/components/avatar.vue b/src/components/avatar.vue index 04ba8cf..a447cd5 100644 --- a/src/components/avatar.vue +++ b/src/components/avatar.vue @@ -1,11 +1,11 @@