fix: link color

This commit is contained in:
Mo
2022-11-09 11:00:37 -06:00
parent 3690104934
commit ac4882b357

View File

@@ -73,7 +73,7 @@
border-bottom: 1px solid rgba(88, 144, 255, 0.3);
}
.Lexical__link {
color: rgb(33, 111, 219);
color: var(--sn-stylekit-info-color);
text-decoration: none;
}
.Lexical__link:hover {