Browse Source

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

Falko Schindler 1 năm trước cách đây
mục cha
commit
b133731856
1 tập tin đã thay đổi với 1 bổ sung2 xóa
  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);
 }