fix: 💄 consistent cw bg hover

This commit is contained in:
ThatOneCalculator 2022-08-19 23:53:00 -07:00
parent f0af0b60f2
commit c544df7246
2 changed files with 2 additions and 2 deletions

View file

@ -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",

View file

@ -49,7 +49,7 @@ const toggle = () => {
transition: background-color 0.25s ease-in-out;
&:hover {
background: var(--X3);
background: lighten(var(--cwBg), 10%);
}
> span {