Fix win95 theme

This commit is contained in:
Claire
2025-03-27 20:46:46 +01:00
parent eb8dd42de0
commit e8a652a8dd

View File

@@ -11,8 +11,10 @@ $win95-tooltip-yellow: #ffffcc;
$win95-blue: blue;
$win95-cyan: #008080;
$ui-base-lighter-color: $win95-dark-grey;
$ui-highlight-color: $win95-window-header;
@use 'mastodon/variables' as * with (
$ui-base-lighter-color: $win95-dark-grey,
$ui-highlight-color: $win95-window-header
);
@mixin win95-border-outset() {
border-left: 2px solid #efefef;