mirror of
https://github.com/danbulant/dribbblish-dynamic-theme
synced 2026-06-08 17:20:47 +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,
|
input,
|
||||||
textarea {
|
textarea {
|
||||||
background-color: rgba(var(--spice-rgb-selected-row), 0.4) !important;
|
background-color: rgba(var(--spice-rgb-selected-row), 0.4) !important;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue