mirror of
https://github.com/Steffo99/festa.git
synced 2024-12-23 15:14:23 +00:00
11 lines
239 B
CSS
11 lines
239 B
CSS
|
.work-in-progress {
|
||
|
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;
|
||
|
}
|