]> git.ipfire.org Git - thirdparty/patchwork.git/commitdiff
style.css: Tune <a> styling
authorBelén Barros Peña <belen.barros.pena@intel.com>
Thu, 9 Oct 2014 09:09:05 +0000 (10:09 +0100)
committerStephen Finucane <stephen.finucane@intel.com>
Thu, 5 Nov 2015 03:51:32 +0000 (03:51 +0000)
The links aren't underlined anymore. If, once visited, they are to
become black, we won't be able to distinguish them from regular text.

Instead let's decide about a color for links so they can be spotted,
even after a visit.

Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
Acked-by: Stephen Finucane <stephen.finucane@intel.com>
htdocs/css/style.css

index b66acc849bc1c92ef6855cbf122decd289a6f217..16a66d4c95de792240cd9e4eb14c3ae3de6e985d 100644 (file)
@@ -1,5 +1,10 @@
-a:visited { color: #000000; }
-a { color: #786fb4; }
+a {
+       color: #2E2E70;
+}
+
+a:hover {
+       color: #0A0A47;
+}
 
 .floaty {
        position: fixed;