Files
omarchy/config/swaync/style.css

29 lines
334 B
CSS
Raw Normal View History

2025-06-07 21:39:31 +02:00
* {
all: unset;
2025-06-07 21:49:01 +02:00
font-family: Liberation Sans;
font-size: 14px;
2025-06-07 21:39:31 +02:00
}
.notification {
2025-06-07 22:02:22 +02:00
border-radius: 0px;
2025-06-07 21:39:31 +02:00
padding: 14px;
color: #cdd6f4;
background-color: #1a1b26;
border: 2px solid #313244;
2025-06-07 22:02:22 +02:00
margin: 20px;
}
.icon,
.app-icon,
.image {
margin-right: 8px;
2025-06-07 21:39:31 +02:00
}
.title {
font-weight: bold;
}
.body {
color: #a6adc8;
}