diff options
Diffstat (limited to 'main/data/pre_theme.css')
-rw-r--r-- | main/data/pre_theme.css | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/main/data/pre_theme.css b/main/data/pre_theme.css new file mode 100644 index 00000000..392e603f --- /dev/null +++ b/main/data/pre_theme.css @@ -0,0 +1,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; +}
\ No newline at end of file |