fix color dark theme

This commit is contained in:
Astound 2024-04-08 07:10:03 +08:00
parent d6b7a255d0
commit ec5d236cad
Signed by: kaiser
GPG Key ID: 97504AF0027B1A56
2 changed files with 8 additions and 7 deletions

View File

@ -256,7 +256,8 @@ hr {
padding-top: 6px; padding-top: 6px;
text-align: center; text-align: center;
white-space: nowrap; white-space: nowrap;
border: none; border: 1px solid;
border-color: var(--button-border);
border-radius: 0.2rem; border-radius: 0.2rem;
} }

View File

@ -1,21 +1,21 @@
:root { :root {
--background: #121113; --background: #121113;
--text: #FFFFFF; --text: #FFFFFF;
--secondary-hover: #222725; --secondary-hover: #222222;
--secondary-focus: #121113; --secondary-focus: #121113;
--secondary-inverse: #FFFFFF; --secondary-inverse: #FFFFFF;
--primary-background: #242424; --primary-background: #242424;
--secondary-background: #222725; --secondary-background: #222222;
--thumb-background: #222725; --thumb-background: #222222;
--link: #00B0FF; --link: #00B0FF;
--link-visited: #40C4FF; --link-visited: #40C4FF;
--border-bg: #222725; --border-bg: #222222;
--border-bg-settings: #000000; --border-bg-settings: #000000;
--border-bg-license: #000000; --border-bg-license: #000000;
--buttom: #121113; --buttom: #121113;
--buttom-text: #FFFFFF; --buttom-text: #FFFFFF;
--button-border: #222725; --button-border: #222222;
--buttom-hover: #222725; --buttom-hover: #222222;
--search-text: #FFFFFF; --search-text: #FFFFFF;
--time-background: #121113; --time-background: #121113;
--time-text: #FFFFFF; --time-text: #FFFFFF;