Make blog headings more different

rophako
Noah 2017-01-02 22:00:40 -08:00
parent e792e35768
commit 8346651680
1 changed files with 7 additions and 2 deletions

View File

@ -29,13 +29,19 @@ h1,h2,h3,h4 {
color: #FFFFFF; color: #FFFFFF;
text-shadow: 0px 0px 10px #0099FF; text-shadow: 0px 0px 10px #0099FF;
-moz-text-shadow: 0px 0px 10px #0099FF; -moz-text-shadow: 0px 0px 10px #0099FF;
-webkit-text-shadow: 0px 0px 10px #0099FF -webkit-text-shadow: 0px 0px 10px #0099FF;
} }
h1 { h1 {
font-size: 32pt; font-size: 32pt;
padding-top: 15px; padding-top: 15px;
padding-bottom: 15px; padding-bottom: 15px;
} }
h2,h3,h4 {
color: #BBDDFF;
text-shadow: 0px 0px 10px #006699;
-moz-text-shadow: 0px 0px 10px #006699;
-webkit-text-shadow: 0px 0px 10px #006699;
}
h1:first-of-type { h1:first-of-type {
padding-top: 0px; padding-top: 0px;
} }
@ -345,7 +351,6 @@ a.blog-title-index:link, a.blog-title-index:visited {
font-size: 32pt; font-size: 32pt;
font-weight: bold; font-weight: bold;
color: #FFFFFF; color: #FFFFFF;
text-decoration: none;
text-shadow: 0px 0px 10px #0099FF; text-shadow: 0px 0px 10px #0099FF;
-moz-text-shadow: 0px 0px 10px #0099FF; -moz-text-shadow: 0px 0px 10px #0099FF;
-webkit-text-shadow: 0px 0px 10px #0099FF -webkit-text-shadow: 0px 0px 10px #0099FF