Skip to content

Commit 6efcae4

Browse files
committed
Moving things up and down
1 parent 76be8c1 commit 6efcae4

File tree

3 files changed

+3
-8
lines changed

3 files changed

+3
-8
lines changed

Appearance.css

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@ body {
55
/* bold text is bolder */
66
--link-decoration: none;
77
/* internal links are not underlined */
8-
9-
--background-primary: #242424 !important;
10-
/* Blends in with Adwaita */
118
}
129

1310
mjx-container {
@@ -16,7 +13,8 @@ mjx-container {
1613
}
1714

1815
/* Use monospace font in source mode */
19-
.markdown-source-view.cm-s-obsidian:not(.is-live-preview) .cm-scroller {
16+
.markdown-source-view.cm-s-obsidian:not(.is-live-preview) .cm-scroller,
17+
.is-live-preview .cm-tag {
2018
font-family: var(--font-monospace);
2119
font-size: var(--code-size);
2220
}
@@ -25,7 +23,6 @@ mjx-container {
2523
display: none;
2624
}
2725

28-
/* TABLES */
2926
.HyperMD-table-row {
3027
font-size: var(--font-normal) !important;
3128
}

Focus mode.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Hide tabs bar, header bar, status bar, left ribbon, sidebars, ... */
1+
/* Hide all but the document */
22

33
body:not(.is-mobile) {
44

Gruvbox.css

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
/* Gruvbox color scheme
22
* https://github.com/morhetz/gruvbox#palette */
33

4-
/* Overwire the color palette */
5-
64
.theme-dark {
75
--color-base-00: #282828;
86
--color-base-05: #32302f;

0 commit comments

Comments
 (0)