mirror of
https://gitea.catppuccin.com/catppuccin/gitea
synced 2025-01-05 06:20:03 +00:00
parent
3c140a50a7
commit
10b35011c8
@ -259,6 +259,16 @@ $lvl3: if($isDark, $base, $crust);
|
||||
color: $lvl1;
|
||||
}
|
||||
|
||||
// most recent commit hover when signed
|
||||
.ui.sha.isSigned.isVerified:hover {
|
||||
.shortsha {
|
||||
color: $lvl1;
|
||||
}
|
||||
svg.gitea-lock {
|
||||
fill: $lvl1;
|
||||
}
|
||||
}
|
||||
|
||||
::selection {
|
||||
background: color.change($rosewater, $alpha: 0.3) !important;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user