mirror of
https://iceshrimp.dev/crimekillz/trashposs
synced 2024-11-22 08:53:48 +01:00
fix: 💄 consistent cw bg hover
This commit is contained in:
parent
8be1e07bbf
commit
e62a6e0e57
@ -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
Block a user