From e4843d66264e8fefce3bae6b304dce6edc615bdd Mon Sep 17 00:00:00 2001 From: Trevor Vallender Date: Sun, 17 Sep 2023 15:05:22 +0100 Subject: [PATCH] Add basic styles This fixes styling in Trix but is so standard it's in main. --- app/assets/stylesheets/main.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/app/assets/stylesheets/main.css b/app/assets/stylesheets/main.css index c0b2665..355b0cd 100644 --- a/app/assets/stylesheets/main.css +++ b/app/assets/stylesheets/main.css @@ -18,6 +18,18 @@ body { background-color: var(--background-color); } +strong { + font-weight: bold; +} + +em { + font-style: italic; +} + +ol { + list-style-type: decimal; +} + h1, h2, h3, h4, h5, h6, h7 { font-weight: bold; padding: .5em 0;