style: use lighter background to reduce ghost images in eyesight

This commit is contained in:
Oliver Booth 2023-08-09 23:16:12 +01:00
parent 42d1115df4
commit 290d261771
Signed by: oliverbooth
GPG Key ID: 725DB725A0D9EE61
1 changed files with 12 additions and 0 deletions

View File

@ -136,6 +136,13 @@ nav {
} }
article { article {
background: #333333;
padding: 20px;
*:last-child {
margin-bottom: 0;
}
blockquote { blockquote {
border-left: 2px solid #f03; border-left: 2px solid #f03;
padding-left: 10px; padding-left: 10px;
@ -162,6 +169,11 @@ article {
&:hover { &:hover {
transform: scale(1.05); transform: scale(1.05);
} }
article {
background: none;
padding: 0;
}
} }
pre { pre {