steal some more css from me site
All checks were successful
Deploy website / deploy (push) Successful in 10s
All checks were successful
Deploy website / deploy (push) Successful in 10s
This commit is contained in:
parent
c31ed3ccba
commit
f5430ce6cd
1 changed files with 10 additions and 0 deletions
|
@ -26,3 +26,13 @@ a:link {
|
||||||
a:visited {
|
a:visited {
|
||||||
color: #5075BF;
|
color: #5075BF;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
code {
|
||||||
|
background-color: #333333;
|
||||||
|
padding: 1px;
|
||||||
|
border-radius: 3px;
|
||||||
|
}
|
||||||
|
|
||||||
|
pre:has(code) code {
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue