code mark : adjust style
All checks were successful
Deploy / Deploy to Production (push) Successful in 6s

This commit is contained in:
isUnknown 2026-03-31 19:41:03 +02:00
parent f1733992db
commit 0d61dd4ab0
3 changed files with 5 additions and 5 deletions

View file

@ -79,12 +79,12 @@ code {
font-family: monospace;
font-size: 1.1rem;
padding: 0.1rem 0.4rem;
background-color: #fff;
background-color: rgba(255, 255, 255, 0.7);
color: #000;
}
[data-theme="light"] code {
background-color: #000;
background-color: rgba(0, 0, 0, 0.7);
color: #ffff;
}

View file

@ -110,12 +110,12 @@ code {
font-family: monospace;
font-size: 1.1rem;
padding: 0.1rem 0.4rem;
background-color: #fff;
background-color: rgba(255, 255, 255, 0.7);
color: #000;
}
[data-theme=light] code {
background-color: #000;
background-color: rgba(0, 0, 0, 0.7);
color: white;
}

File diff suppressed because one or more lines are too long