datenspuren css: rm unused h1, h2

This commit is contained in:
Astro 2015-09-21 02:03:47 +02:00
parent c42cc221ec
commit 9e1934ecaa
1 changed files with 0 additions and 21 deletions

View File

@ -41,27 +41,6 @@ nav li a {
nav li a:hover {
color: #cfc;
}
h1, h2 {
color: linear-gradient(top, #ddd 0%, #fff 100%) no-repeat;
color: white;
margin: 0;
padding: 0;
text-shadow: 0 1px 0 black, 0 2px 0 black, 0 3px 0 black, 0 4px 0 black, 0 5px 0 black, 0 6px 0 black, 0 7px 0 black, 0 8px 0 black, 0 9px 0 black, 0 10px 0 black, 0 11px 0 black, 0 12px 0 black;
line-height: 0.95em;
text-transform: uppercase;
font-variant: small-caps;
}
h1 {
font-weight: 900;
font-size: 300%;
z-index: -2;
}
h2 {
font-weight: 700;
font-size: 247%;
z-index: -1;
overflow-y: hidden;
}
a {
color: #070;