strong style, link style removed from h5bp

This commit is contained in:
Matthias Kretschmann 2012-02-26 05:46:48 +01:00
parent 43686f16c9
commit 458af146f2
2 changed files with 5 additions and 4 deletions

View File

@ -12,9 +12,6 @@ body { margin: 0; font-size: 1em; line-height: 1.4; }
::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }
a { color: #00e; }
a:visited { color: #551a8b; }
a:hover { color: #06e; }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }
abbr[title] { border-bottom: 1px dotted; }

View File

@ -17,7 +17,6 @@ h1 {
margin-bottom: 0;
line-height: 1em;
color: #a8b5b9;
}
header h1 {
@ -29,6 +28,11 @@ p {
line-height: 1em;
}
strong {
font-weight: 100;
color: #dceef3;
}
article,
footer {
position: relative;