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

View File

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