From 335fe83561791627e26557b518b425135b934e3c Mon Sep 17 00:00:00 2001 From: nmartensen Date: Sun, 5 Feb 2017 22:52:01 +0100 Subject: [PATCH] assets/style.css: deemphasize panels --- assets/style.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/assets/style.css b/assets/style.css index 8fe5a73..7f0acbd 100644 --- a/assets/style.css +++ b/assets/style.css @@ -145,6 +145,7 @@ a:visited { margin: 0 10px 0 52px; display: flex; flex-direction: row; + justify-content: space-between; } .paneljump { @@ -175,6 +176,7 @@ a:visited { .panels { display: block; order: 2; + font-size: smaller; } .maincontent { @@ -228,7 +230,7 @@ a, a:hover, a:focus, a:visited { .panel-heading, .panel details { margin: -15px -15px 0px; - background-color: #d70751; + background-color: #ffffff; border-bottom: 1px solid #dddddd; border-top-right-radius: 3px; border-top-left-radius: 3px; @@ -236,9 +238,7 @@ a, a:hover, a:focus, a:visited { .panel-heading, .panel summary { padding: 5px 5px; - font-size: 17.5px; - font-weight: 500; - color: #ffffff; + color: #000000; outline-style: none; }