dotfiles/cgassets/tampermonkey-mzte/own_style.css.cgt
LordMZTE f084f919e6
use browser app for shitcord
one small step closing to completely ridding myself of this heap of
garbage
2024-03-25 22:54:11 +01:00

16 lines
398 B
Plaintext

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