Kaynağa Gözat

Do not show underline when user hovers over permalink

Talha Mansoor 11 yıl önce
ebeveyn
işleme
e4c56f46a2
1 değiştirilmiş dosya ile 1 ekleme ve 0 silme
  1. 1 0
      static/css/style.css

+ 1 - 0
static/css/style.css

@@ -393,4 +393,5 @@ h5:hover > a.headerlink,
 h6:hover > a.headerlink,
 h6:hover > a.headerlink,
 dt:hover > a.headerlink {
 dt:hover > a.headerlink {
     visibility: visible;
     visibility: visible;
+    text-decoration:none;
 }
 }