🏈🍜 Checkpoint
./signup/index.html:69682263/284 ./learn/index.html:69682263/284 ./for-artists/index.html:69682263/290 ./2024/index.html:69682263/290 ./styles/main.css:69682263/476 ./scripts/wip.js:69682263/230 ./years/index.html:69682263/20
This commit is contained in:
@ -70,25 +70,12 @@
|
||||
padding: 0 1rem;
|
||||
}
|
||||
|
||||
/* 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;
|
||||
}
|
||||
/* 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;
|
||||
@ -180,4 +167,8 @@ a:focus {
|
||||
outline: 3px solid light-dark(var(--color-header-light), var(--color-header-dark));
|
||||
outline-offset: 2px;
|
||||
background-color: light-dark(var(--color-header-light), var(--color-header-dark));
|
||||
}
|
||||
|
||||
li {
|
||||
padding: .1rem;
|
||||
}
|
||||
Reference in New Issue
Block a user