mirror of
https://github.com/basecamp/omarchy.git
synced 2025-07-28 12:49:25 +00:00
11 lines
139 B
CSS
11 lines
139 B
CSS
.notification {
|
|
color: #cdd6f4;
|
|
background-color: rgba(26, 27, 38, 0.95);
|
|
border: 2px solid #313244;
|
|
}
|
|
|
|
.body {
|
|
color: #a6adc8;
|
|
}
|
|
|