mirror of
https://github.com/basecamp/omarchy.git
synced 2025-07-27 12:19:24 +00:00
Default swaync styles
This commit is contained in:
31
config/swaync/style.css
Normal file
31
config/swaync/style.css
Normal file
@ -0,0 +1,31 @@
|
|||||||
|
* {
|
||||||
|
all: unset;
|
||||||
|
font-family: CaskaydiaMono Nerd Font;
|
||||||
|
font-size: 12px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.notification {
|
||||||
|
border-radius: 0px; /* Square corners */
|
||||||
|
padding: 14px;
|
||||||
|
color: #cdd6f4;
|
||||||
|
background-color: #1a1b26;
|
||||||
|
border: 2px solid #313244;
|
||||||
|
margin: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.image,
|
||||||
|
.icon,
|
||||||
|
.app-icon {
|
||||||
|
min-height: 16px;
|
||||||
|
min-width: 16px;
|
||||||
|
margin-right: 8px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.title {
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
|
||||||
|
.body {
|
||||||
|
font-size: 10px;
|
||||||
|
color: #a6adc8;
|
||||||
|
}
|
Reference in New Issue
Block a user