refactor: include themes in components folder

This commit is contained in:
Mo
2022-11-09 09:28:20 -06:00
parent ec7f915642
commit 711bea0166
11 changed files with 341 additions and 23 deletions

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 {