I FIXED ROUTING!!!!! YIPPEEEEEEE
Signed-off-by: ari melody <ari@arimelody.me>
This commit is contained in:
parent
13d802d361
commit
b42b37ff9c
11 changed files with 113 additions and 57 deletions
|
@ -1,5 +1,3 @@
|
|||
@import url("/style/main.css");
|
||||
|
||||
@font-face {
|
||||
font-family: "Monaspace Argon";
|
||||
src: url("/font/monaspace-argon/MonaspaceArgonVarVF[wght,wdth,slnt].woff2") format("woff2-variations");
|
||||
|
@ -423,12 +421,7 @@ div#extras ul li a.active {
|
|||
margin-bottom: 1rem;
|
||||
}
|
||||
|
||||
#tracks ul {
|
||||
padding: 0;
|
||||
list-style: none;
|
||||
}
|
||||
|
||||
#tracks ul li {
|
||||
#tracks h3 {
|
||||
margin-bottom: .5rem;
|
||||
padding: 1rem;
|
||||
background-color: #0008;
|
||||
|
@ -436,19 +429,23 @@ div#extras ul li a.active {
|
|||
transition: background-color .1s linear;
|
||||
}
|
||||
|
||||
#tracks ul li:hover {
|
||||
#tracks h3:hover {
|
||||
background-color: #2228;
|
||||
}
|
||||
|
||||
#tracks ul li:active {
|
||||
#tracks h3:active {
|
||||
background-color: #4448;
|
||||
}
|
||||
|
||||
#tracks ul li.active {
|
||||
#tracks h3.active {
|
||||
color: #000;
|
||||
background-color: var(--primary);
|
||||
}
|
||||
|
||||
#tracks p {
|
||||
margin-bottom: 3em;
|
||||
}
|
||||
|
||||
footer {
|
||||
position: fixed;
|
||||
left: 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue