mirror of
https://git.sr.ht/~cadence/cloudtube
synced 2025-11-19 12:46:31 +00:00
Change input placeholder and border colour
References: https://todo.sr.ht/~cadence/tube/46
This commit is contained in:
parent
e97d1b958e
commit
bec802fad5
2 changed files with 7 additions and 1 deletions
|
|
@ -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…
Add table
Reference in a new issue