From ece82fb24828fbdf6dfa9aaabd6cd8e3ccb53770 Mon Sep 17 00:00:00 2001 From: Vrifox Date: Sun, 25 Apr 2021 16:35:18 +0200 Subject: [PATCH] fixed profile card for gitea 1.14 --- scss/import/user.scss | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/scss/import/user.scss b/scss/import/user.scss index 4625383..e6039d5 100644 --- a/scss/import/user.scss +++ b/scss/import/user.scss @@ -7,8 +7,7 @@ .five.column { .card { background: $bg50; - box-shadow: none; - color: $white; + border: none; position: sticky; top: 20px; .content { @@ -17,9 +16,9 @@ } } .extra.content { - ul.text.black { - color: $white; + ul { li { + color: $white; @if $nojavascript == true { padding: 10px 20px; }