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: #d3c6aa;
|
|
background-color: rgba(45, 53, 59, 0.95);
|
|
border: 2px solid #475258;
|
|
}
|
|
|
|
.body {
|
|
color: #a7c080;
|
|
}
|
|
|