This commit is contained in:
vinceliuice 2022-11-12 23:34:05 +08:00
parent 9eb675f8b4
commit 9397a34922

View file

@ -244,7 +244,15 @@ window.background.chromium {
> menubar { background-color: $header_bg; }
menu menuitem { border-radius: 0; }
menu {
background-color: $base;
border-radius: 0;
border: 1px solid $solid_borders_color;
menuitem {
border-radius: 0;
}
}
}
//