From 72396313b363931e55afbd89cb36a3ad8382c258 Mon Sep 17 00:00:00 2001 From: Richie Bendall Date: Thu, 27 Aug 2020 17:16:55 +1200 Subject: [PATCH] Synchronise with `default` theme --- themes/default-dark.css | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/themes/default-dark.css b/themes/default-dark.css index c2383e8c..805e45c0 100644 --- a/themes/default-dark.css +++ b/themes/default-dark.css @@ -52,7 +52,6 @@ footer a { padding: 1em; } -/*footer a:before{content: "â¦"; font-size:1.5em; padding-right:.2em; } */ footer a:hover, footer a:focus { color: white; } @@ -94,3 +93,13 @@ a:active { margin-left: 1em; border: 1px solid #999; } + +@media all and (max-width: 500px) { + article { + padding: 1em; + } + + body { + font-size: 1em; + } +}