Highlight headers in blue
To make it easier to read headers
This commit is contained in:
parent
7f31f1a58c
commit
7554cffd63
1 changed files with 7 additions and 1 deletions
|
@ -19,7 +19,13 @@ blockquote {
|
|||
background-color: #16334f;
|
||||
width: 50%;
|
||||
}
|
||||
img, iframe {
|
||||
h1, h2, h3, h4, h5, h6 {
|
||||
color: #25c8f9;
|
||||
}
|
||||
iframe {
|
||||
max-width: 100vw !important;
|
||||
}
|
||||
img {
|
||||
max-width: 50vw !important;
|
||||
}
|
||||
footer {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue