From 7dc7616a7207144f2d84000eb0c5a82dda3cd2bd Mon Sep 17 00:00:00 2001 From: joaovictor3g Date: Wed, 29 Nov 2023 16:05:39 -0300 Subject: [PATCH] increases output font-size to 18px --- web/assets/css/styles.css | 7 +++++++ web/index.html | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/web/assets/css/styles.css b/web/assets/css/styles.css index fa8316d..d03d4b6 100644 --- a/web/assets/css/styles.css +++ b/web/assets/css/styles.css @@ -268,6 +268,13 @@ a { line-height: 40px; } +.editor__header .output-title { + color: #fff; + font-weight: 500; + font-size: 18px; + line-height: 40px; +} + .dark .editor__header .title { color: #ffffff; } diff --git a/web/index.html b/web/index.html index aa61c6c..7c99147 100644 --- a/web/index.html +++ b/web/index.html @@ -198,7 +198,7 @@
- Output + Output