Просмотр исходного кода

bugfix: remove underline from sidebar links

jamesread 2 лет назад
Родитель
Сommit
3a8d8706a6
1 измененных файлов с 1 добавлено и 0 удалено
  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 {