From 4070e82ae49f3909c3b20d0b076743514a0a8122 Mon Sep 17 00:00:00 2001 From: panfu28 <34801669+panfu28@users.noreply.github.com> Date: Fri, 11 Dec 2020 23:12:08 -0300 Subject: [PATCH] Update index_fs.css More consistency fixes Is this type of PR allowed? I just see small errors or inconsistencies all over the place and can't help but want to make the code look and read better. --- templates/themes/index/index_fs.css | 26 ++++++++++++-------------- 1 file changed, 12 insertions(+), 14 deletions(-) diff --git a/templates/themes/index/index_fs.css b/templates/themes/index/index_fs.css index 26aed668..b6170593 100644 --- a/templates/themes/index/index_fs.css +++ b/templates/themes/index/index_fs.css @@ -20,18 +20,17 @@ margin: 0; } .box.left { - background: #FDF6AF; - color: #9E914F; - border: 1px solid #9E914F; + background: #FDF6AF; + color: #9E914F; + border: 1px solid #9E914F; float: left; } .box.right { - background: #F2DCE5; - color: #525; - border: 1px solid #CA759E; + background: #F2DCE5; + color: #525; + border: 1px solid #CA759E; float: right; } - .box h2 { padding: 3px 7px; font-size: 12pt; @@ -41,17 +40,16 @@ margin: 10px auto; } .box.left h2 { - background: #FEE78F; - color: #9E914F; + background: #FEE78F; + color: #9E914F; } .box.right h2 { - background: #EB81B4; - color: #F8F8F8; + background: #EB81B4; + color: #F8F8F8; } - body { - background: #F7F8F9; + background: #F7F8F9; } header div.subtitle, h1 { - color: #888A8C; + color: #888A8C; }