瀏覽代碼

reduce the CSS-specificity of .nicegui-link to simplify overriding its style

Falko Schindler 1 年之前
父節點
當前提交
b133731856
共有 1 個文件被更改,包括 1 次插入2 次删除
  1. 1 2
      nicegui/static/nicegui.css

+ 1 - 2
nicegui/static/nicegui.css

@@ -195,8 +195,7 @@
   display: grid;
   gap: var(--nicegui-default-gap);
 }
-.nicegui-link:link,
-.nicegui-link:visited {
+.nicegui-link {
   text-decoration-line: underline;
   color: rgb(59 130 246);
 }