f9_theme: dark mode fixes

This commit is contained in:
snow flurry 2025-03-03 19:02:57 -08:00
parent 8254313ebe
commit 5dfff9f4d7

View file

@ -3542,15 +3542,15 @@ ul.post_options li {
font-weight: bold; font-weight: bold;
} }
#post_draft_options { #post_draft_options {
background: #fdfdfd; background: var(--secondary-background);
border: 1px solid #aaa; border: 1px solid var(--btn-right-border);
border-left: 1px solid #bbb; border-left: 1px solid var(--btn-left-border);
border-top: none; border-top: none;
border-radius: 0 0 4px 4px; border-radius: 0 0 4px 4px;
} }
#post_draft_options .settings dd, #post_draft_options .settings dt { #post_draft_options .settings dd, #post_draft_options .settings dt {
width: 50%; width: 50%;
border-top: 1px solid #e4e4e4; border-top: 1px solid var(--btn-ns-border);
padding: 5px 10px; padding: 5px 10px;
margin: 0; margin: 0;
} }
@ -3558,7 +3558,7 @@ ul.post_options li {
border-top: none; /* Some people are OCD, like me. :P */ border-top: none; /* Some people are OCD, like me. :P */
} }
#post_draft_options .settings strong { #post_draft_options .settings strong {
color: #555; color: var(--bold-body-text);
} }
#post_confirm_buttons { #post_confirm_buttons {
display: flex; display: flex;
@ -3655,7 +3655,7 @@ ul.post_options li {
border-spacing: 1px; border-spacing: 1px;
} }
.errorfile_table td { .errorfile_table td {
background: #fbfbfb; background: var(--secondary-background);
} }
.errorfile_table .current { .errorfile_table .current {
background: #fbc6c6; background: #fbc6c6;
@ -3671,7 +3671,7 @@ ul.post_options li {
/* Cat_bar / catbg */ /* Cat_bar / catbg */
div.cat_bar { div.cat_bar {
background: #bd5336; background: #bd5336;
border-bottom: 1px solid #777; border-bottom: 1px solid var(--secondary-border);
padding: 0; padding: 0;
border-radius: 6px 6px 0 0; border-radius: 6px 6px 0 0;
box-shadow: 0 16px 20px rgba(255, 255, 255, 0.15) inset; box-shadow: 0 16px 20px rgba(255, 255, 255, 0.15) inset;