forked from planex/defiance
improved legibility for code blocks in light mode
This commit is contained in:
parent
c9059060d8
commit
19ec7d1cec
1 changed files with 5 additions and 2 deletions
|
@ -35,8 +35,8 @@
|
||||||
color: #FF535D;
|
color: #FF535D;
|
||||||
}
|
}
|
||||||
pre, code {
|
pre, code {
|
||||||
background-color: #A9A2A2;
|
background-color: #3B3C43;
|
||||||
color: #1f2023;
|
color: #E7DBDA;
|
||||||
}
|
}
|
||||||
.author-name {
|
.author-name {
|
||||||
background-color: #000000;
|
background-color: #000000;
|
||||||
|
@ -126,6 +126,7 @@ li:first-child {
|
||||||
list-style-type: none;
|
list-style-type: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* For normal screens */
|
||||||
@media screen and (min-width: 769px) {
|
@media screen and (min-width: 769px) {
|
||||||
#nav-toggle-mobile {
|
#nav-toggle-mobile {
|
||||||
display: none;
|
display: none;
|
||||||
|
@ -135,6 +136,7 @@ li:first-child {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* For super wide screens */
|
||||||
@media screen and (min-width: 1700px) {
|
@media screen and (min-width: 1700px) {
|
||||||
#nav-list {
|
#nav-list {
|
||||||
width: 17%;
|
width: 17%;
|
||||||
|
@ -144,6 +146,7 @@ li:first-child {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* For mobile */
|
||||||
@media screen and (max-width: 768px) {
|
@media screen and (max-width: 768px) {
|
||||||
#content {
|
#content {
|
||||||
margin: 10%;
|
margin: 10%;
|
||||||
|
|
Loading…
Add table
Reference in a new issue