Files
omarchy/config/swaync/style.css
David Heinemeier Hansson a512a4a1ee Too small
2025-06-07 22:39:37 +02:00

29 lines
334 B
CSS

* {
all: unset;
font-family: Liberation Sans;
font-size: 14px;
}
.notification {
border-radius: 0px;
padding: 14px;
color: #cdd6f4;
background-color: #1a1b26;
border: 2px solid #313244;
margin: 20px;
}
.icon,
.app-icon,
.image {
margin-right: 8px;
}
.title {
font-weight: bold;
}
.body {
color: #a6adc8;
}