style: use lighter background to reduce ghost images in eyesight
This commit is contained in:
parent
42d1115df4
commit
290d261771
@ -136,6 +136,13 @@ nav {
|
||||
}
|
||||
|
||||
article {
|
||||
background: #333333;
|
||||
padding: 20px;
|
||||
|
||||
*:last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
blockquote {
|
||||
border-left: 2px solid #f03;
|
||||
padding-left: 10px;
|
||||
@ -162,6 +169,11 @@ article {
|
||||
&:hover {
|
||||
transform: scale(1.05);
|
||||
}
|
||||
|
||||
article {
|
||||
background: none;
|
||||
padding: 0;
|
||||
}
|
||||
}
|
||||
|
||||
pre {
|
||||
|
Loading…
Reference in New Issue
Block a user