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

github.com/jnjosh/internet-weblog.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosh Johnson <jnjosh@jnjosh.com>2017-10-29 19:35:41 +0300
committerJosh Johnson <jnjosh@jnjosh.com>2017-10-29 19:35:41 +0300
commit176ed10fe9243e6004f8a7b47097b040c5ac3305 (patch)
tree320c2ba17012be36a533d544c225dcfac91364eb
parentbb4aa3740b3947d842cbb63a6f6ba7d7a7bbc70a (diff)
Updates list items to have same style as text when in article
-rw-r--r--static/css/weblog.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/static/css/weblog.css b/static/css/weblog.css
index ea65317..8bba4b6 100644
--- a/static/css/weblog.css
+++ b/static/css/weblog.css
@@ -68,6 +68,12 @@ header h1 {
color: #5B636E;
}
+article > ul > li {
+ font-size: 18px;
+ line-height: 28px;
+ color: #5B636E;
+}
+
/* Navigation */
nav {