diff options
| author | bobzel <zzzman@gmail.com> | 2022-09-12 12:09:03 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2022-09-12 12:09:03 -0400 |
| commit | 13e0ac912beeab64a859b3463953774f3f1676f1 (patch) | |
| tree | 7966d258922ac9ce71d8cf7818c05c41def0f666 /src/client/views/MainView.scss | |
| parent | f847c6d554f9dcecbd6c3024f712510f341daf67 (diff) | |
fixed h1 style for use in text boxes with #,## etc markdown. made %[tix!] text tags reset user_mark to current time.
Diffstat (limited to 'src/client/views/MainView.scss')
| -rw-r--r-- | src/client/views/MainView.scss | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/client/views/MainView.scss b/src/client/views/MainView.scss index da79d2992..c5ac1cf52 100644 --- a/src/client/views/MainView.scss +++ b/src/client/views/MainView.scss @@ -1,5 +1,10 @@ @import 'global/globalCssVariables'; @import 'nodeModuleOverrides'; +h1, +.h1 { + // reverts change to h1 made by normalize.css + font-size: 36px; +} .dash-tooltip { font-size: 11px; |
