Highlight headers in blue

To make it easier to read headers
This commit is contained in:
Mohammed Qureshi (Nova Cat) 2025-06-01 20:43:14 -07:00
parent 7f31f1a58c
commit 7554cffd63

View file

@ -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 {