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

github.com/the2ne/hugo-frais.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Fredon <the2ne@gmail.com>2016-10-15 13:32:39 +0300
committerOlivier Fredon <the2ne@gmail.com>2016-10-15 13:32:39 +0300
commitd6987746892f99eb4d37a602c3a5698566feffcc (patch)
tree3b24880335d550a58a06f0c9de6c51f4f9fbf0c3
parentdbaa8b98b962bede8e152f20cb755cd39cf37ae8 (diff)
Sass build
-rw-r--r--static/css/style.css16
1 files changed, 12 insertions, 4 deletions
diff --git a/static/css/style.css b/static/css/style.css
index c65fcf3..a563a7d 100644
--- a/static/css/style.css
+++ b/static/css/style.css
@@ -429,15 +429,15 @@ a {
}
a:hover {
- color: #fff;
+ color: #333;
}
a:focus {
- color: #333;
+ color: #000;
}
a:active {
- color: #000;
+ color: #333;
}
.visua11y-hidden {
@@ -453,12 +453,20 @@ a:active {
overflow: hidden;
}
+html {
+ background-color: #fff;
+}
+
+.page {
+ margin: 0 4em;
+}
+
.headlines {
font-size: 1.5em;
}
html {
- color: #fff;
+ color: #333;
font-size: 1em;
}