dotfiles/cgassets/tampermonkey-mzte/own_style.css.cgt

16 lines
398 B
Plaintext
Raw Normal View History

2024-03-24 22:55:49 +01:00
.tampermonkey_mzte_notif {
position: fixed;
z-index: 100000;
right: 0;
bottom: 0;
font-family: "<% opt.font %>", monospace;
color: #<% opt.catppuccin.text %>;
2024-03-24 22:55:49 +01:00
font-size: 20px;
background-color: #<% opt.catppuccin.base %>;
2024-03-24 22:55:49 +01:00
margin-right: 20px;
margin-bottom: 20px;
border-style: solid;
border-width: 2px;
border-color: #<% opt.catppuccin.red %>;
2024-03-24 22:55:49 +01:00
}