fix: 💄 consistent cw bg hover
This commit is contained in:
parent
f0af0b60f2
commit
c544df7246
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "misskey",
|
||||
"version": "12.118.1-calc.11.3",
|
||||
"version": "12.118.1-calc.11.4",
|
||||
"codename": "aqua",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
|
|
@ -49,7 +49,7 @@ const toggle = () => {
|
|||
transition: background-color 0.25s ease-in-out;
|
||||
|
||||
&:hover {
|
||||
background: var(--X3);
|
||||
background: lighten(var(--cwBg), 10%);
|
||||
}
|
||||
|
||||
> span {
|
||||
|
|
Loading…
Reference in New Issue