mirror of
https://codeberg.org/emersion/gamja.git
synced 2024-11-14 19:05:01 -05:00
Style dialogs for dark theme
Closes: https://todo.sr.ht/~emersion/gamja/32
This commit is contained in:
parent
fa80817168
commit
37492e319b
1 changed files with 10 additions and 1 deletions
11
style.css
11
style.css
|
@ -315,7 +315,8 @@ details summary {
|
|||
overflow: auto;
|
||||
}
|
||||
.dialog .dialog-body {
|
||||
background-color: white;
|
||||
background-color: var(--main-background);
|
||||
color: var(--main-color);
|
||||
margin: 20px auto;
|
||||
max-width: 500px;
|
||||
padding: 15px;
|
||||
|
@ -442,4 +443,12 @@ kbd {
|
|||
.error-text {
|
||||
color: #efa3aa;
|
||||
}
|
||||
|
||||
kbd {
|
||||
--outline-color: #6e7681;
|
||||
|
||||
background-color: transparent;
|
||||
border: 1px solid var(--outline-color);
|
||||
box-shadow: inset 0 -1px 0 var(--outline-color);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue