Files
omarchy/config/swaync/style.css

31 lines
397 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;
2025-06-09 22:45:50 +02:00
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;
2025-06-09 21:48:14 +02:00
background-color: rgba(26, 27, 38, 0.95);
2025-06-07 21:39:31 +02:00
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;
}
2025-06-18 21:17:59 +02:00
@import "../omarchy/current-theme/swaync.css";