diff --git a/web/static/css/dark-theme.css b/web/static/css/dark-theme.css index 17cae7d..907b951 100644 --- a/web/static/css/dark-theme.css +++ b/web/static/css/dark-theme.css @@ -23,8 +23,17 @@ .nonshy-navbar-notification-tag.is-warning { background-color: rgb(248, 223, 98) !important; + color: rgb(26, 0, 5) !important; } +/* force lit-up notification buttons (on the mobile top nav, e.g. new Messages/Friends) + to show as a bright bulma is-warning style (.tag.is-warning) */ +.nonshy-navbar-notification { + background-color: rgb(248, 223, 98) !important; + color: rgb(26, 0, 5) !important; +} + + .has-text-dark { /* note: this css file otherwise didn't override this, dark's always dark, brighten it! */ color: #b5b5b5 !important; diff --git a/web/templates/account/friends.html b/web/templates/account/friends.html index fe7b81f..1143ab8 100644 --- a/web/templates/account/friends.html +++ b/web/templates/account/friends.html @@ -69,6 +69,14 @@
- Admin Actions + Admin