From 589e9391e996cba25dc8860efeb8c817e46bd755 Mon Sep 17 00:00:00 2001 From: Julien Schmidt <js@stusta.net> Date: Sat, 21 Apr 2018 23:39:25 +0200 Subject: [PATCH] same shit for every platform --- static/css/main.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/static/css/main.css b/static/css/main.css index 917f789..0b1a2af 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -6,7 +6,7 @@ } html { - font-family: -apple-system,BlinkMacSystemFont,sans-serif; + font-family: sans-serif; font-size: 100%; -webkit-font-smoothing: antialiased; } @@ -186,7 +186,7 @@ ul.menu li a { padding: 15px 5px; } -.menu .active, +.menu .active, .hamburger .active { background: rgba(94, 146, 189, 0.22); } @@ -294,7 +294,7 @@ ul.menu li a { display: inline-block; line-height: 24px; text-align: center; - margin: 0 6px; + margin: 0 6px; } article > *, @@ -500,7 +500,7 @@ footer .editPage { overflow: hidden; } -footer .container, +footer .container, footer .container a { color: #EDEDED; } @@ -573,7 +573,7 @@ footer .lang-dropdown { line-height: inherit; } - article > *, + article > *, article .container, footer .container { padding: 0 25px; -- GitLab