mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-24 18:02:47 +08:00
fix: remove duplicated link css (#1631)
This commit is contained in:
@@ -155,13 +155,6 @@ body {
|
|||||||
background: #fff;
|
background: #fff;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
a,
|
|
||||||
a:hover {
|
|
||||||
color: var(--affine-link-color);
|
|
||||||
}
|
|
||||||
a:visited {
|
|
||||||
color: var(--affine-link-visited-color);
|
|
||||||
}
|
|
||||||
|
|
||||||
input {
|
input {
|
||||||
border: none;
|
border: none;
|
||||||
|
|||||||
Reference in New Issue
Block a user