mirror of
https://github.com/logseq/logseq.git
synced 2026-05-04 19:06:21 +00:00
refactor: separated css modules from common style
This commit is contained in:
12
src/main/frontend/components/content.css
Normal file
12
src/main/frontend/components/content.css
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user