remove text-underline for a
authorxenophenes <xenophenes42@gmail.com>
Thu, 20 Apr 2017 23:00:12 +0000 (16:00 -0700)
committerxenophenes <xenophenes42@gmail.com>
Thu, 20 Apr 2017 23:00:12 +0000 (16:00 -0700)
static/css/style.css

index e8c24acbb51b802bf1b1a97c9f541039a1566b6d..4303211a02040668cebc911b38f2a2344525aa08 100644 (file)
        a {
                font-weight: bold;
                color: #2298AC;
+               text-decoration: none;
        }
 
-               a:active, a:hover {
+               a:hover {
                        color: #F21B3F;
                        text-decoration: underline;
                }