code mark : decrease font-size
All checks were successful
Deploy / Deploy to Production (push) Successful in 7s

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

View file

@ -77,7 +77,7 @@ html {
code {
font-family: monospace;
font-size: 1.1rem;
font-size: 1rem;
padding: 0.1rem 0.4rem;
background-color: rgba(255, 255, 255, 0.7);
color: #000;

View file

@ -108,7 +108,7 @@ html {
code {
font-family: monospace;
font-size: 1.1rem;
font-size: 1rem;
padding: 0.1rem 0.4rem;
background-color: rgba(255, 255, 255, 0.7);
color: #000;

File diff suppressed because one or more lines are too long