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
diff options
context:
space:
mode:
authorJustin Berthault <justin.berthault@zaclys.net>2017-12-14 11:35:15 +0300
committerJustin Berthault <justin.berthault@zaclys.net>2017-12-14 11:35:15 +0300
commitfa3a52163eda87481f5ebe0f8b1a82b8000bf952 (patch)
treec3e54efb1ac7d28f0abfecf311405f16095590af
parentf085f214fc3ea74af17a43bf9491e67372b4023f (diff)
em and strong are now colorful
-rw-r--r--static/css/style.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/static/css/style.css b/static/css/style.css
index 6069ef3..b9f9249 100644
--- a/static/css/style.css
+++ b/static/css/style.css
@@ -147,6 +147,9 @@ h3 {
h1 i {
padding-right: 1rem;
}
+em, strong {
+ color: #42b983;
+}
#index {
text-align: center;
}