misc white theme title fixes (#293)

* css: do not add drop shadow when titleImage is not present

* css: keep styling consistent when switching to light theme
This commit is contained in:
GovanifY 2024-02-04 09:23:27 +00:00 committed by GitHub
parent 58b239d45d
commit f0550d3b88
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -265,7 +265,15 @@ table td {
margin-bottom: 1cm;
}
.blog-post-page header > h1 {
.header-blog h1 {
text-shadow: none;
filter: drop-shadow(0px 5px 4px #000);
}
.header-blog a {
color: rgb(89, 197, 255);
}
.header-blog .margin-vert--md {
color: rgb(227, 227, 227);
}