mirror of
https://github.com/basecamp/omarchy.git
synced 2025-07-27 12:19:24 +00:00
11 lines
139 B
CSS
11 lines
139 B
CSS
![]() |
.notification {
|
||
|
color: #cdd6f4;
|
||
|
background-color: rgba(30, 30, 46, 0.95);
|
||
|
border: 2px solid #313244;
|
||
|
}
|
||
|
|
||
|
.body {
|
||
|
color: #a6adc8;
|
||
|
}
|
||
|
|