diff options
author | Dario Giovannetti <dariogiova@gmail.com> | 2015-03-11 16:55:47 +0800 |
---|---|---|
committer | Pierre Schmitz <pierre@archlinux.de> | 2015-05-14 19:25:11 +0200 |
commit | 017800cdac2cdfcd9de7c5fa119ab9c2660bb352 (patch) | |
tree | cfe492fcb3bacfb9ac7b0122843adec8d49513f6 | |
parent | 01a4111c5955b4f518aae1be9066e52ce3c29bcd (diff) |
ArchLinux skin: move rule above similar one
Signed-off-by: Pierre Schmitz <pierre@archlinux.de>
-rw-r--r-- | skins/ArchLinux/arch.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/skins/ArchLinux/arch.css b/skins/ArchLinux/arch.css index 57876b6d..f77d8395 100644 --- a/skins/ArchLinux/arch.css +++ b/skins/ArchLinux/arch.css @@ -81,9 +81,6 @@ a:visited, #bodyContent a:visited.external { color: #666; } -a:focus { - color: #e90 !important; -} a:hover, #p-personal li a:hover, #bodyContent #toc a:hover, @@ -92,6 +89,9 @@ a:hover, background-color: transparent; color: #999; } +a:focus { + color: #e90 !important; +} a:active { color: #e90 !important; } |