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

github.com/vividvilla/ezhil.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'static/css/main.css')
-rw-r--r--static/css/main.css9
1 files changed, 6 insertions, 3 deletions
diff --git a/static/css/main.css b/static/css/main.css
index 000e721..4d3fe19 100644
--- a/static/css/main.css
+++ b/static/css/main.css
@@ -1,6 +1,6 @@
body {
font-family: "ubuntu", sans-serif;
- font-weight: 300;
+ font-weight: 400;
color: #333;
line-height: 1.6;
font-size: 16px;
@@ -112,12 +112,10 @@ h4 {
}
h5 {
- font-weight: 300;
font-size: 1rem;
}
h6 {
- font-weight: 300;
font-size: .9rem;
}
@@ -168,6 +166,11 @@ ul {
list-style: disc inside;
}
+.site-title a {
+ color: #333;
+ text-decoration: none !important;
+}
+
.post ul li {
margin-bottom: 10px;
}