mirror of
https://codeberg.org/emersion/gamja.git
synced 2025-04-12 05:34:34 -04:00
Improve dark theme style for text inputs
This commit is contained in:
parent
69b2c5bd1c
commit
5b29e2656e
1 changed files with 9 additions and 0 deletions
|
@ -383,6 +383,15 @@ kbd {
|
|||
form input[type="url"] {
|
||||
color: #ffffff;
|
||||
background: #131618;
|
||||
border: 1px solid #495057;
|
||||
padding: .25rem .375rem;
|
||||
}
|
||||
form input[type="text"]:focus,
|
||||
form input[type="username"]:focus,
|
||||
form input[type="password"]:focus,
|
||||
form input[type="url"]:focus {
|
||||
outline: 0;
|
||||
border-color: #3897ff;
|
||||
}
|
||||
|
||||
a {
|
||||
|
|
Loading…
Add table
Reference in a new issue