🐋🌾 Checkpoint
./years/2025/index.html:69682263/656 ./scripts/wip.js:69682263/1376 ./styles/main.css:69682263/395 ./index.html:69682263/10113 ./zines/index.html:69682263/334 ./years/index.html:69682263/334 ./years/2026/index.html:69682263/341 ./years/2024/index.html:69682263/334 ./team/index.html:69682263/334 ./status/index.html:69682263/334 ./signup/index.html:69682263/50 ./learn/index.html:69682263/50 ./for-artists/index.html:69682263/50 ./2024/index.html:69682263/50
This commit is contained in:
@ -82,6 +82,18 @@
|
||||
margin-top: 1rem;
|
||||
text-align: center;
|
||||
}
|
||||
/* WIP banner */
|
||||
#wip {
|
||||
background-color: light-dark(var(--color-warn-light), var(--color-warn-dark));
|
||||
color: light-dark(var(--color-text-light), var(--color-text-dark));
|
||||
font-family: var(--font-family);
|
||||
padding: 0.05rem 1rem;
|
||||
width: 100%;
|
||||
border: solid light-dark(var(--color-text-light), var(--color-text-dark));
|
||||
border-radius: 3px;
|
||||
margin-top: 1rem;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
/* Body */
|
||||
body {
|
||||
|
||||
Reference in New Issue
Block a user