From c5a5b945608a4d999ceda8a6dffd3ae3fc004de0 Mon Sep 17 00:00:00 2001 From: Wernimont Date: Tue, 8 Oct 2019 14:50:29 -0500 Subject: [PATCH] ranking css --- layout/css/internalAnalytics.css | 32 ++++++++++++++++++++++++++++-- layout/templates/projects.mustache | 4 ++-- 2 files changed, 32 insertions(+), 4 deletions(-) diff --git a/layout/css/internalAnalytics.css b/layout/css/internalAnalytics.css index d645c4c..b36ea61 100644 --- a/layout/css/internalAnalytics.css +++ b/layout/css/internalAnalytics.css @@ -16,6 +16,35 @@ h6{ font-weight:400; } +.Very, +.High, +.Moderate, +.Low{ + color:#fff; + text-shadow: 0 0 2px rgba(0,0,0,.3); +} + +.Very.High{ + background: #002f6f; + font-weight: bold; +} + +.High{ + background: #004c9b; +} + +.Moderate{ + background: #007dbe; +} + +.Low{ + background: #5ab0d9; +} + +.NA{ + color:#003366; +} + .flexContainer{ display:flex; flex-direction:row; @@ -140,7 +169,6 @@ h6{ } #projects a{ - color:rgb(0,51,102); text-decoration:none; display:inline-block; padding:10px 2%; @@ -149,7 +177,7 @@ h6{ } #projects a:hover{ - background:rgb(0,51,102); + background:#00bf26; color:#fff; } diff --git a/layout/templates/projects.mustache b/layout/templates/projects.mustache index 7f7e552..c63e26c 100644 --- a/layout/templates/projects.mustache +++ b/layout/templates/projects.mustache @@ -1,7 +1,7 @@
{{#projects}}

- {{ longName }} + {{ longName }}

{{/projects}} -
\ No newline at end of file +