47950b53c9
Fixes for swayosd, swaync
8 lines
148 B
CSS
8 lines
148 B
CSS
@define-color theme_fg_color #FFFFFF;
|
|
|
|
window#osd {
|
|
background: rgba(26, 27, 38, 0.6);
|
|
border-radius: 8px;
|
|
border: 1px solid #33ccff;
|
|
}
|