blob: 392e603f7df075d9efaefae5e056d2c395b433dd (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
/**
* This theme file is applied before the operating system theme and any user configuration.
* It provides sane defaults for things that are very Dino-specific.
*/
window.dino-main headerbar.dino-left label.title {
opacity: 0;
font-size: 0;
color: transparent;
}
|