update styles, improve light/dark switch, better code snippet themes

This commit is contained in:
end-4
2024-03-22 17:43:31 +07:00
parent 0b88b96b1c
commit d68cc7c2ca
9 changed files with 558 additions and 212 deletions
+4 -4
View File
@@ -22,11 +22,11 @@
}
menu {
@include elevation-border-softer;
@include small-rounding;
border: 1px solid mix($surfaceContainer, $onBackground, 80%); // I hate this
padding: 0.681rem;
background: $layer2;
color: $onLayer2;
border-radius: 1.159rem;
background: $surfaceContainer;
color: $onSurface;
-gtk-outline-radius: 1.159rem;
animation-name: appear;