소스 검색

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);
 }