Change input placeholder and border colour
References: https://todo.sr.ht/~cadence/tube/46
This commit is contained in:
parent
e97d1b958e
commit
bec802fad5
|
@ -31,6 +31,12 @@ input, select, button
|
|||
button
|
||||
cursor: pointer
|
||||
|
||||
::placeholder
|
||||
color: #c4c4c4
|
||||
opacity: 1
|
||||
|
||||
// focus section
|
||||
|
||||
:focus
|
||||
outline: none
|
||||
|
||||
|
|
|
@ -10,7 +10,7 @@ $fg-main: #ddd
|
|||
$fg-dim: #bbb
|
||||
$fg-warning: #fdca6d
|
||||
|
||||
$edge-grey: #808080
|
||||
$edge-grey: #a0a0a0
|
||||
|
||||
$link: #72b4f6
|
||||
|
||||
|
|
Loading…
Reference in New Issue