From 5b0f8e7774297d39d839caa90eaf9d677f1b7321 Mon Sep 17 00:00:00 2001 From: Noah Petherbridge Date: Thu, 22 Aug 2024 22:53:37 -0700 Subject: [PATCH] Dark Theme fixes for MS Edge --- web/static/css/theme.css | 5 +++++ web/templates/account/block_list_add.html | 2 +- web/templates/account/dashboard.html | 2 +- web/templates/account/deactivate.html | 2 +- web/templates/account/delete.html | 2 +- web/templates/account/forgot_password.html | 2 +- web/templates/account/login.html | 2 +- web/templates/account/my_user_notes.html | 2 +- web/templates/account/settings.html | 4 ++-- web/templates/account/signup.html | 2 +- web/templates/account/two_factor_login.html | 2 +- web/templates/account/two_factor_setup.html | 2 +- web/templates/account/user_notes.html | 2 +- web/templates/admin/transparency.html | 2 +- web/templates/admin/user_actions.html | 2 +- web/templates/base.html | 4 ++-- web/templates/comment/post_comment.html | 2 +- web/templates/contact.html | 2 +- web/templates/forum/new_post.html | 2 +- web/templates/inbox/compose.html | 2 +- web/templates/inbox/inbox.html | 2 +- web/templates/photo/certification.html | 2 +- web/templates/photo/delete.html | 2 +- web/templates/photo/gallery.html | 2 +- web/templates/photo/permalink.html | 2 +- web/templates/photo/share.html | 2 +- web/templates/photo/upload.html | 2 +- 27 files changed, 33 insertions(+), 28 deletions(-) diff --git a/web/static/css/theme.css b/web/static/css/theme.css index 457f025..4d83e54 100644 --- a/web/static/css/theme.css +++ b/web/static/css/theme.css @@ -187,6 +187,11 @@ img { color: #fff; } +.nonshy-navbar-notification-tag.is-link { + background-color: rgb(66, 88, 255); + color: #fff; +} + .nonshy-navbar-notification-tag.is-danger { background-color: #ff0537; color: #fff; diff --git a/web/templates/account/block_list_add.html b/web/templates/account/block_list_add.html index b4e07f1..a1cb33e 100644 --- a/web/templates/account/block_list_add.html +++ b/web/templates/account/block_list_add.html @@ -1,7 +1,7 @@ {{define "title"}}Add to Block List{{end}} {{define "content"}}
-
+