From 7bf26a109437f5f519f9d3405e5325cf777e6ea2 Mon Sep 17 00:00:00 2001 From: Rin Date: Thu, 8 Dec 2022 16:31:42 +1100 Subject: [PATCH] fix missing link style in admin.scss - actually this time --- .../flavours/glitch/styles/admin.scss | 21 +++++++++---------- 1 file changed, 10 insertions(+), 11 deletions(-) diff --git a/app/javascript/flavours/glitch/styles/admin.scss b/app/javascript/flavours/glitch/styles/admin.scss index 4ae2c9650e..3b542bb4b6 100644 --- a/app/javascript/flavours/glitch/styles/admin.scss +++ b/app/javascript/flavours/glitch/styles/admin.scss @@ -10,17 +10,6 @@ $content-width: 840px; width: 100%; min-height: 100vh; - - a { - color: $highlight-text-color; - - &:hover, - &:active, - &:focus { - text-decoration: none; - } - } - .sidebar-wrapper { min-height: 100vh; overflow: hidden; @@ -1692,6 +1681,16 @@ a.sparkline { box-sizing: border-box; min-height: 100%; + a { + color: $highlight-text-color; + + &:hover, + &:active, + &:focus { + text-decoration: none; + } + } + p { margin-bottom: 20px; unicode-bidi: plaintext;