From 458af146f21e9d457474755ab23e08c7920995b4 Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Sun, 26 Feb 2012 05:46:48 +0100 Subject: [PATCH] strong style, link style removed from h5bp --- user/css/h5bp.css | 3 --- user/css/krtmn.css | 6 +++++- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/user/css/h5bp.css b/user/css/h5bp.css index aa7fc97..fcfa49f 100644 --- a/user/css/h5bp.css +++ b/user/css/h5bp.css @@ -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; } diff --git a/user/css/krtmn.css b/user/css/krtmn.css index ca714f2..2d65085 100644 --- a/user/css/krtmn.css +++ b/user/css/krtmn.css @@ -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;