steal some more css from me site
All checks were successful
Deploy website / deploy (push) Successful in 10s

This commit is contained in:
jacekpoz 2024-09-13 21:56:56 +02:00
parent c31ed3ccba
commit f5430ce6cd
Signed by: poz
SSH key fingerprint: SHA256:JyLeVWE4bF3tDnFeUpUaJsPsNlJyBldDGV/dIKSLyN8

View file

@ -26,3 +26,13 @@ a:link {
a:visited {
color: #5075BF;
}
code {
background-color: #333333;
padding: 1px;
border-radius: 3px;
}
pre:has(code) code {
display: block;
}