fix CSS styles

This commit is contained in:
Franek 2025-04-12 17:05:03 +02:00
parent dc4c76bb26
commit 066fc13f37
2 changed files with 25 additions and 21 deletions

View File

@ -1,26 +1,26 @@
// SCSS Variables
// Generated by 'wal'
$wallpaper: "/home/sadorowo/images/wallpapers/youtube_Sheri_62.jpg";
$wallpaper: "/home/sadorowo/images/wallpapers/youtube_Sheri_131.jpg";
// Special
$background: #f2eff5;
$foreground: #040404;
$cursor: #040404;
$background: #f3f3f1;
$foreground: #27211F;
$cursor: #27211F;
// Colors
$color0: #f2eff5;
$color1: #463C8B;
$color2: #335092;
$color3: #504E90;
$color4: #695F9E;
$color5: #93689E;
$color6: #9D77B9;
$color7: #040404;
$color8: #655974;
$color9: #463C8B;
$color10: #335092;
$color11: #504E90;
$color12: #695F9E;
$color13: #93689E;
$color14: #9D77B9;
$color15: #040404;
$color0: #f3f3f1;
$color1: #C6643F;
$color2: #906E69;
$color3: #CF9569;
$color4: #365689;
$color5: #586C90;
$color6: #887887;
$color7: #27211F;
$color8: #6a6a63;
$color9: #C6643F;
$color10: #906E69;
$color11: #CF9569;
$color12: #365689;
$color13: #586C90;
$color14: #887887;
$color15: #27211F;

View File

@ -16,10 +16,14 @@ popover>contents, calendar {
background: $color5;
}
button {
button, button:hover {
background: transparent;
}
popover modelbutton {
&:hover, &:focus { background: $color6; }
}
image {
padding: 0 0.25rem;
}