refactor: separated css modules from common style

This commit is contained in:
charlie
2020-12-14 21:13:12 +08:00
parent 2e30872f61
commit 8a440e910a
28 changed files with 933 additions and 1044 deletions

View File

@@ -0,0 +1,12 @@
/* Is this required? */
.content p a:hover {
text-decoration: none;
border-bottom: 1px solid;
border-bottom-color: var(--ls-link-text-hover-color, black);
}
.content a.initial-color,
.content a.initial-color:hover {
color: initial;
text-decoration: none;
}