mirror of
https://github.com/catppuccin/gitea.git
synced 2024-11-21 22:21:01 -05:00
parent
3c140a50a7
commit
10b35011c8
1 changed files with 10 additions and 0 deletions
|
@ -259,6 +259,16 @@ $lvl3: if($isDark, $base, $crust);
|
||||||
color: $lvl1;
|
color: $lvl1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// most recent commit hover when signed
|
||||||
|
.ui.sha.isSigned.isVerified:hover {
|
||||||
|
.shortsha {
|
||||||
|
color: $lvl1;
|
||||||
|
}
|
||||||
|
svg.gitea-lock {
|
||||||
|
fill: $lvl1;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
::selection {
|
::selection {
|
||||||
background: color.change($rosewater, $alpha: 0.3) !important;
|
background: color.change($rosewater, $alpha: 0.3) !important;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue