mirror of
https://github.com/danbulant/dribbblish-dynamic-theme
synced 2026-05-24 12:35:05 +00:00
improve button styling to make it more readable
This commit is contained in:
parent
bab1cc5718
commit
b968617845
1 changed files with 13 additions and 0 deletions
|
|
@ -1,3 +1,16 @@
|
|||
button.main-button-primary {
|
||||
background-color: rgba(var(--spice-rgb-selected-row), 0.4) !important;
|
||||
|
||||
&:hover,
|
||||
&:active {
|
||||
background-color: rgba(var(--spice-rgb-selected-row), 0.6) !important;
|
||||
}
|
||||
|
||||
span {
|
||||
color: var(--spice-subtext) !important;
|
||||
}
|
||||
}
|
||||
|
||||
input,
|
||||
textarea {
|
||||
background-color: rgba(var(--spice-rgb-selected-row), 0.4) !important;
|
||||
|
|
|
|||
Loading…
Reference in a new issue