mirror of
https://github.com/PCSX2/pcsx2-net-www.git
synced 2024-11-27 02:40:24 +00:00
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:
parent
58b239d45d
commit
f0550d3b88
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user