mirror of
https://github.com/danbulant/dribbblish-dynamic-theme
synced 2026-06-19 22:51:41 +00:00
Update release-beta to output generated at 6c84a84
This commit is contained in:
parent
14976933b2
commit
596f0e6003
3 changed files with 41 additions and 29 deletions
2
VERSION
2
VERSION
|
|
@ -1 +1 @@
|
|||
Beta-61cbee1
|
||||
Beta-6c84a84
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
6
user.css
6
user.css
|
|
@ -253,14 +253,14 @@ button.main-button-primary:hover, button.main-button-primary:active {
|
|||
button.main-button-primary span {
|
||||
color: var(--spice-subtext) !important;
|
||||
}
|
||||
button.main-button-tertiary {
|
||||
button.main-button-tertiary:not(.main-entityHeader-titleButton) {
|
||||
color: var(--spice-subtext);
|
||||
background-color: rgba(var(--spice-rgb-selected-row), calc(0.2 + 0.05 * var(--is_light))) !important;
|
||||
}
|
||||
button.main-button-tertiary:hover, button.main-button-tertiary:active {
|
||||
button.main-button-tertiary:not(.main-entityHeader-titleButton):hover, button.main-button-tertiary:not(.main-entityHeader-titleButton):active {
|
||||
background-color: rgba(var(--spice-rgb-selected-row), 0.6) !important;
|
||||
}
|
||||
button.main-button-tertiary span {
|
||||
button.main-button-tertiary:not(.main-entityHeader-titleButton) span {
|
||||
color: var(--spice-subtext) !important;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue