From dfaa87f5e773be9fc2331aa44106928ef38ae3b8 Mon Sep 17 00:00:00 2001 From: adb Date: Sun, 11 Apr 2021 00:22:13 +0200 Subject: [PATCH] fix getMXC add getMediaUrl / fix link color --- src/App.vue | 3 +++ src/components/avatar.vue | 6 +++--- src/lib/getMxc.js | 8 +++++++- 3 files changed, 13 insertions(+), 4 deletions(-) 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 @@