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

github.com/AngeloStavrow/indigo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorAngelo Stavrow <contact@angelostavrow.com>2019-06-24 15:25:05 +0300
committerAngelo Stavrow <contact@angelostavrow.com>2019-06-24 15:25:05 +0300
commit9acb91fc35e5e766f376eb40349e546475f32eae (patch)
treed923d1e9477d804ff43b4b5b4f203e09c5e9e8f3 /static
parent533cb730cba5c5ece269f06e00154cb02b157c85 (diff)
Fixes <h1> font sizing
Diffstat (limited to 'static')
-rw-r--r--static/css/style.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/static/css/style.css b/static/css/style.css
index 028740e..676124b 100644
--- a/static/css/style.css
+++ b/static/css/style.css
@@ -103,6 +103,10 @@ h1, h2, h3, h4, h5, h6 {
padding-top: 0.15em;
}
+h1 {
+ font-size: 2em;
+}
+
a {
color: #00416a;
}