patch: change bar transparency
This commit is contained in:
@ -3,7 +3,7 @@
|
|||||||
window.bar {
|
window.bar {
|
||||||
border-bottom-left-radius: 0;
|
border-bottom-left-radius: 0;
|
||||||
border-bottom-right-radius: 0;
|
border-bottom-right-radius: 0;
|
||||||
background: color-mix(in srgb, $base00, transparent 85%);
|
background: color-mix(in srgb, $base00, transparent 15%);
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
|
||||||
* {
|
* {
|
||||||
@ -28,4 +28,4 @@ window.bar {
|
|||||||
calendar>header {
|
calendar>header {
|
||||||
border: none;
|
border: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user