mirror of
https://mzte.de/git/LordMZTE/dotfiles.git
synced 2024-11-12 04:52:53 +01:00
15 lines
398 B
Text
15 lines
398 B
Text
.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 %>;
|
|
}
|