1
0
mirror of https://github.com/eoli3n/dotfiles synced 2024-11-22 15:01:59 +01:00

updated background storage module

This commit is contained in:
eoli3n 2020-12-01 23:34:41 +01:00
parent 91180c050d
commit 6305094689

@ -108,10 +108,10 @@ window {
#custom-storage.warning {
color: @warning;
background: @background;
background: transparent;
}
#custom-storage.critical {
color: @alert;
background: @background;
background: transparent;
}