aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKatharina Fey <kookie@spacekookie.de>2019-01-01 22:11:12 +0100
committerKatharina Fey <kookie@spacekookie.de>2019-01-01 22:22:07 +0100
commit21d0a1a7ae38c76cdebd95e38fbfa9e5981a4479 (patch)
treeecad9f5d3d32165c4115623ac750232f1847e9db
parente5f295013239c195e40685ddba688b091488bfe8 (diff)
Improving text readability
-rw-r--r--crumbs/static/css/crumbs.css22
1 files changed, 11 insertions, 11 deletions
diff --git a/crumbs/static/css/crumbs.css b/crumbs/static/css/crumbs.css
index e6f0849..4c2a98b 100644
--- a/crumbs/static/css/crumbs.css
+++ b/crumbs/static/css/crumbs.css
@@ -10,9 +10,7 @@ body {
color: #BEBEBE;
background-color: #222222;
background-image: none;
- line-height: 32px;
- -webkit-font-smoothing:antialiased;
- text-rendering: optimizeLegibility;
+ line-height: 42px;
margin: 0;
overflow-y: scroll;
}
@@ -45,6 +43,9 @@ h1, h2, h3, h4 {
padding-bottom: 15px;
}
+h1 { font-size: 36px; }
+h2 { font-size: 28px; }
+
h1.normal {
padding-top: 50px;
}
@@ -58,7 +59,7 @@ h1.normal {
.container {
display: flex;
flex-direction: column;
- max-width: 1100px;
+ max-width: 1000px;
margin: 0 auto;
padding: 0 1rem;
}
@@ -102,7 +103,7 @@ h1.normal {
/* This is a block */
.colour {
- max-height: calc(1100px / 15);
+ max-height: calc(1000px / 15);
height: 12px;
flex-grow: 1;
}
@@ -179,7 +180,7 @@ code { padding: 3px 3px; }
display: flex;
flex-direction: column;
padding: 50px;
- background-color: #CECECE;
+ background-color: #E2E2E2;
color: #222222;
margin-bottom: 25px;
}
@@ -199,12 +200,11 @@ code { padding: 3px 3px; }
}
.card-content p {
- font-size: 22px;
- font-weight: 300;
- padding-bottom: 5px;
+ font-size: 24px;
+ font-weight: 400;
+ padding-bottom: 15px;
padding-left: 25px;
padding-right: 25px;
- text-indent: 25px;
}
.card-content img {
@@ -241,4 +241,4 @@ code { padding: 3px 3px; }
}
.card-content blockquote p {
display: inline;
-} \ No newline at end of file
+}