Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/VincentTam/huginn.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorJustin Berthault <justin.berthault@zaclys.net>2017-12-19 16:02:16 +0300
committerJustin Berthault <justin.berthault@zaclys.net>2017-12-19 16:02:16 +0300
commit5acd4af8ca07dce7e744072a1bdeecb75077a07c (patch)
treefcd76d4872bad2e217ba278d40bbebe8ba5e5997 /static
parent770c841c5fe17ad8725b8816a11157eda8f7afe6 (diff)
Separate em and strong colors
Diffstat (limited to 'static')
-rw-r--r--static/css/style.css5
1 files changed, 4 insertions, 1 deletions
diff --git a/static/css/style.css b/static/css/style.css
index 18790ef..976bf93 100644
--- a/static/css/style.css
+++ b/static/css/style.css
@@ -145,9 +145,12 @@ h3 {
h1 i {
padding-right: 1rem;
}
-em, strong {
+em {
color: #42b983;
}
+strong {
+ color: #F5A623;
+}
#index {
text-align: center;
}