mirror of
https://github.com/basecamp/omarchy.git
synced 2025-07-28 04:39:25 +00:00
11 lines
139 B
CSS
11 lines
139 B
CSS
.notification {
|
|
color: #d4be98;
|
|
background-color: rgba(40, 40, 40, 0.95);
|
|
border: 2px solid #3c3836;
|
|
}
|
|
|
|
.body {
|
|
color: #a9b665;
|
|
}
|
|
|