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 {
|
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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user