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

github.com/schollz/onetwothree.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZack Scholl <zack.scholl@gmail.com>2017-12-22 07:40:22 +0300
committerZack Scholl <zack.scholl@gmail.com>2017-12-22 07:40:22 +0300
commit5afa184d9317ab036a7410e33b093946b51ae35d (patch)
tree3dfe720e6162631cb6b9c646e61d3147df8d29e9
parent3e29bea7ffc91bdc3442b95384e5268789e8613a (diff)
Add better font to style3
-rw-r--r--static/css/style3.css25
1 files changed, 17 insertions, 8 deletions
diff --git a/static/css/style3.css b/static/css/style3.css
index c591416..f9bfc3a 100644
--- a/static/css/style3.css
+++ b/static/css/style3.css
@@ -1,11 +1,18 @@
+@import url('https://fonts.googleapis.com/css?family=Varela+Round');
+
body {
- font-family: -apple-system,BlinkMacSystemFont,avenir next,avenir,helvetica neue,helvetica,ubuntu,roboto,noto,segoe ui,arial,sans-serif;
+ font-family: 'Varela Round',-apple-system,BlinkMacSystemFont,avenir next,avenir,helvetica neue,helvetica,ubuntu,roboto,noto,segoe ui,arial,sans-serif;
line-height: 1.15;
padding: 4rem;
box-sizing: border-box;
display: block;
}
+a {
+border-bottom: 1px solid #000;
+text-decoration: none;
+color: #000;
+}
hr {
max-width: 4rem;
margin-left: 0;
@@ -38,12 +45,15 @@ h2 {
footer, footer p {
color: #666;
font-size: .9em;
- padding: 1em 1em 2em;
+ padding: 1em 1em 4em;
text-align: right;
padding: 0;
max-width: 38rem;
}
+footer {
+ margin-top: 4em;
+}
header {
clear: both;
color: #777;
@@ -56,6 +66,9 @@ header {
/* background-color: #CCCCCC;
*/}
+header a {
+ border: none;
+}
header a:hover {
background-color:#CCCCCC;
}
@@ -118,10 +131,6 @@ pre {
max-width: 44em;
}
-a, a:visited {
- text-decoration: none;
- color: #357edd;
-}
a:hover {
color: #777;
@@ -162,7 +171,7 @@ ol, ul, li, p, dd {
-webkit-margin-after: 1em;
-webkit-margin-start: 0;
-webkit-margin-end: 0;
- line-height: 1.5;
+ line-height: 1.77;
font-size: 1.25rem;
max-width: 38rem;
}
@@ -200,4 +209,4 @@ ol, ul, li, p, dd {
h1 {
font-size: 1.5rem;
}
-} \ No newline at end of file
+}