diff options
Diffstat (limited to 'skins')
-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; } |