From 885c25cade34e7a2a9d64a828911f88389653c94 Mon Sep 17 00:00:00 2001 From: Augusto Gunsch Date: Wed, 30 Mar 2022 07:31:56 -0300 Subject: [PATCH] Improve mobile style --- static/stylesheet.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/static/stylesheet.css b/static/stylesheet.css index ca890d5..177f4a4 100644 --- a/static/stylesheet.css +++ b/static/stylesheet.css @@ -105,4 +105,9 @@ mark { main figure { max-width: 100%; } + + mark { + background-color: #EDAF1F; + color: black; + } }