mirror of
https://github.com/kremalicious/krtmn.git
synced 2024-12-22 09:13:25 +01:00
strong style, link style removed from h5bp
This commit is contained in:
parent
43686f16c9
commit
458af146f2
@ -12,9 +12,6 @@ body { margin: 0; font-size: 1em; line-height: 1.4; }
|
|||||||
::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
|
::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
|
||||||
::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:focus { outline: thin dotted; }
|
||||||
a:hover, a:active { outline: 0; }
|
a:hover, a:active { outline: 0; }
|
||||||
abbr[title] { border-bottom: 1px dotted; }
|
abbr[title] { border-bottom: 1px dotted; }
|
||||||
|
@ -17,7 +17,6 @@ h1 {
|
|||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
line-height: 1em;
|
line-height: 1em;
|
||||||
color: #a8b5b9;
|
color: #a8b5b9;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
header h1 {
|
header h1 {
|
||||||
@ -29,6 +28,11 @@ p {
|
|||||||
line-height: 1em;
|
line-height: 1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
strong {
|
||||||
|
font-weight: 100;
|
||||||
|
color: #dceef3;
|
||||||
|
}
|
||||||
|
|
||||||
article,
|
article,
|
||||||
footer {
|
footer {
|
||||||
position: relative;
|
position: relative;
|
||||||
|
Loading…
Reference in New Issue
Block a user