mirror of
https://git.sr.ht/~emersion/gamja
synced 2024-11-14 19:25:26 -05:00
Misc theme improvements
- Mute unimportant messages on dark theme - Adjust button background on light theme
This commit is contained in:
parent
99ac0151a5
commit
8123ff3844
1 changed files with 4 additions and 8 deletions
12
style.css
12
style.css
|
@ -7,12 +7,12 @@
|
|||
--expander-border: #6c6c6c;
|
||||
|
||||
--button-color: #eff7ef;
|
||||
--button-background: #282879;
|
||||
--button-background: #545499;
|
||||
--button-background-hover: #00007C;
|
||||
--button-border: #e3e3e3;
|
||||
|
||||
--danger-button-color: #eff7ef;
|
||||
--danger-button-background: red;
|
||||
--danger-button-background: #db2626;
|
||||
--danger-button-background-hover: #B20000;
|
||||
--danger-button-border: #e3e3e3;
|
||||
|
||||
|
@ -34,6 +34,7 @@
|
|||
--danger-button-background-hover: red;
|
||||
--danger-button-border: #131618;
|
||||
--green: #53b266;
|
||||
--gray: #979797;
|
||||
|
||||
--red: #fb615b;
|
||||
}
|
||||
|
@ -329,7 +330,7 @@ details summary {
|
|||
padding: 10px;
|
||||
}
|
||||
#buffer .talk {
|
||||
color: black;
|
||||
color: var(--main-color);
|
||||
}
|
||||
#buffer .error {
|
||||
color: red;
|
||||
|
@ -521,18 +522,13 @@ kbd {
|
|||
}
|
||||
|
||||
#buffer-list li a,
|
||||
a.timestamp,
|
||||
a.nick {
|
||||
color: var(--main-color);
|
||||
}
|
||||
|
||||
#buffer {
|
||||
color: var(--main-color);
|
||||
background: var(--main-background);
|
||||
}
|
||||
#buffer .talk {
|
||||
color: var(--main-color);
|
||||
}
|
||||
#buffer .error {
|
||||
color: var(--red);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue