update
This commit is contained in:
10
.obsidian/snippets/general_interface.css
vendored
10
.obsidian/snippets/general_interface.css
vendored
@@ -1,4 +1,4 @@
|
||||
* {
|
||||
body {
|
||||
|
||||
/* font SIZES */
|
||||
/*--font-ui-normal: ...*/
|
||||
@@ -7,6 +7,7 @@
|
||||
--font-ui-smaller: 15px;
|
||||
|
||||
|
||||
|
||||
/* dataview */
|
||||
--table-background: inherit;
|
||||
/* --table-row-alt-background: #1A1A1A; */
|
||||
@@ -14,7 +15,6 @@
|
||||
|
||||
|
||||
|
||||
|
||||
/* tags */
|
||||
body:not(.minimal-unstyled-tags) a.tag,
|
||||
a.tag {
|
||||
@@ -23,11 +23,11 @@ a.tag {
|
||||
|
||||
/* horizontal rulers */
|
||||
.markdown-rendered hr {
|
||||
border-color: var(--text-normal);
|
||||
border-color: var(--tx2);
|
||||
}
|
||||
.is-live-preview .markdown-rendered hr {
|
||||
margin-bottom: 2rem;
|
||||
margin-top: 2rem;
|
||||
margin-bottom: 1rem;
|
||||
margin-top: 1rem;
|
||||
}
|
||||
|
||||
/* ⡇ ⡇ ⢎⡑ ⢹⠁ ⢎⡑ */
|
||||
|
Reference in New Issue
Block a user