Skip to content

Commit 9e63b6f

Browse files
committed
Added bright_hrs_darkmode.css
1 parent c42803b commit 9e63b6f

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ on top of the file.
2121
- `highlight-bold-darkmode.css`: Highlight bold darkmode: Bold text in dark mode doesn't stand out very much, so
2222
this snippets makes it underlined and all-caps.
2323
- `justified.css`: Justify all text in obsidian
24+
- `bright_hrs_darkmode.css`: Make sure that `<hr/>`s show up bright in dark theme
2425

2526
[obsidian]: https://obsidian.md/
2627
[sanctum]: https://github.com/jdanielmourao/obsidian-sanctum/

bright_hrs_darkmode.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
/* Make sure that hr lines show up bright in dark theme */
2+
.theme-dark .cm-line hr {
3+
border-color: #7e7f7f;
4+
}

0 commit comments

Comments
 (0)