Files
omarchy/config/swaync/style.css
David Heinemeier Hansson c41ca7da82 Bigger and slightly translucent
2025-06-09 21:48:14 +02:00

29 lines
349 B
CSS

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