fix: remove duplicated link css (#1631)

This commit is contained in:
Whitewater
2023-03-21 23:02:57 -07:00
committed by GitHub
parent 40e167aecc
commit ba2295c426

View File

@@ -155,13 +155,6 @@ body {
background: #fff;
overflow: hidden;
}
a,
a:hover {
color: var(--affine-link-color);
}
a:visited {
color: var(--affine-link-visited-color);
}
input {
border: none;