- commit
- ceb6564a924e9c6246dc1a57a0e637e2199cd151
- parent
- 771eaa1b623437c6e14bf607f70f5a8e753d3aae
- Author
- Tobias Bengfort <tobias.bengfort@posteo.de>
- Date
- 2022-10-11 05:19
reset to initial font-size this is what the user configured
Diffstat
| M | src/outline.scss | 2 | +- |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/outline.scss b/src/outline.scss
@@ -31,7 +31,7 @@ 31 31 all: revert; 32 32 } 33 3334 -1 font-size: 0.9em;-1 34 font-size: initial; 35 35 line-height: 1.4; 36 36 background: var(--color-bg); 37 37 color: var(--color-fg);