From 33905ce90d58c2b73a3121c36475a9264922e319 Mon Sep 17 00:00:00 2001 From: "hex (asiago)" Date: Mon, 3 Jun 2024 08:10:25 +0200 Subject: [PATCH] we still alive? (turn the whole thing BLUE cuz BLUE is awesome) --- src/views/themes/default/footer.ejs | 2 +- src/views/themes/default/global-style.ejs | 8 +++++--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/src/views/themes/default/footer.ejs b/src/views/themes/default/footer.ejs index e7b9d3b..2032a4d 100644 --- a/src/views/themes/default/footer.ejs +++ b/src/views/themes/default/footer.ejs @@ -1,3 +1,3 @@ diff --git a/src/views/themes/default/global-style.ejs b/src/views/themes/default/global-style.ejs index f0e5347..ad8b677 100644 --- a/src/views/themes/default/global-style.ejs +++ b/src/views/themes/default/global-style.ejs @@ -12,7 +12,7 @@ text-align: center; } #link-container a { - color: #808080 !important; + color: #82d3ff !important; } #link-container { display: flex; @@ -28,10 +28,12 @@ a { text-decoration: none; decoration: none; - color: orange; + color: #82d3ff; } table td { - color: orange; + color: #82d3ff; + line-height: 25px; + text-decoration: underline; } table { width: 100%;