Kaynağa Gözat

tweak css. only show underline when hovering links.

Thomas Buck 2 yıl önce
ebeveyn
işleme
4d05328676
1 değiştirilmiş dosya ile 6 ekleme ve 6 silme
  1. 6
    6
      static/css/style.css

+ 6
- 6
static/css/style.css Dosyayı Görüntüle

104
     border: none;
104
     border: none;
105
     font: inherit;
105
     font: inherit;
106
     cursor: pointer;
106
     cursor: pointer;
107
-    border-bottom-width: 1px;
108
-    border-bottom-style: solid;
109
 }
107
 }
110
 
108
 
111
 .releasecard {
109
 .releasecard {
133
     margin-right: 0.5em;
131
     margin-right: 0.5em;
134
 }
132
 }
135
 
133
 
136
-#nav a:link {
137
-    font-weight: bold;
134
+a:link, a:visited {
138
     text-decoration: none;
135
     text-decoration: none;
139
 }
136
 }
140
 
137
 
141
-#nav a:visited {
138
+a:link:hover, a:visited:hover, .show-comments:hover {
139
+    text-decoration: underline;
140
+}
141
+
142
+#nav a:link, #nav a:visited {
142
     font-weight: bold;
143
     font-weight: bold;
143
-    text-decoration: none;
144
 }
144
 }
145
 
145
 
146
 #footer {
146
 #footer {

Loading…
İptal
Kaydet