mirror of
https://github.com/basecamp/omarchy.git
synced 2025-07-27 20:29:24 +00:00
29 lines
334 B
CSS
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;
|
|
}
|