mirror of
https://github.com/Steffo99/festa.git
synced 2024-12-23 15:14:23 +00:00
11 lines
No EOL
232 B
CSS
11 lines
No EOL
232 B
CSS
.wipBanner {
|
|
color: var(--warning);
|
|
|
|
/* TODO: Make this based on --warning. */
|
|
background-color: rgba(255, 255, 0, 0.1);
|
|
|
|
border-bottom-width: 1px;
|
|
box-shadow: 1px 1px 2px var(--warning);
|
|
|
|
padding: 4px 8px;
|
|
} |