Browse Source

bugfix: remove underline from sidebar links

jamesread 2 năm trước cách đây
mục cha
commit
3a8d8706a6
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      webui.dev/style.css

+ 1 - 0
webui.dev/style.css

@@ -51,6 +51,7 @@ nav ul li a {
   display: block;
   padding: 0.5em 1em;
   user-select: none;
+  text-decoration: none;
 }
 
 a:focus {