yea the site is even cooler now
This commit is contained in:
parent
7814a16c34
commit
c6918a4d72
4 changed files with 110 additions and 19 deletions
|
|
@ -33,6 +33,10 @@ a:focus {
|
|||
background-color: var(--c-highlight);
|
||||
}
|
||||
|
||||
a:hover {
|
||||
cursor: pointer
|
||||
}
|
||||
|
||||
:is(a, d) + p {
|
||||
display: none
|
||||
}
|
||||
|
|
@ -199,4 +203,9 @@ main, .js > div > div {
|
|||
|
||||
:focus {
|
||||
outline: none
|
||||
}
|
||||
|
||||
.f {
|
||||
color: var(--c-bg);
|
||||
background-color: var(--c-focus-secondary)
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue