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

github.com/gevhaz/hugo-theme-notrack.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon <gevhaz@tutanota.com>2020-06-04 22:35:02 +0300
committerSimon <gevhaz@tutanota.com>2020-06-04 22:35:02 +0300
commit10d6c785472be9b102d976973c3d464a3034d002 (patch)
tree6ec3a9f5944589d765f78734a6f1c7f450b35415
parent8ca1bdea4af123838b929aba456328849f45d4da (diff)
Resume style adjustment 4
-rw-r--r--static/css/styles.css3
-rw-r--r--static/css/styles.scss2
2 files changed, 4 insertions, 1 deletions
diff --git a/static/css/styles.css b/static/css/styles.css
index 0283c0d..58b2a5a 100644
--- a/static/css/styles.css
+++ b/static/css/styles.css
@@ -344,7 +344,8 @@ em.taxonomy-emph {
list-style-type: "– "; }
.category-content ul, .category-content ol {
font-family: FreeSans, sans-serif;
- margin-top: 0;
+ margin-top: 0; }
+ .category-content li {
font-size: 0.9em;
color: #5f5a6f; }
diff --git a/static/css/styles.scss b/static/css/styles.scss
index f8b1008..20ba325 100644
--- a/static/css/styles.scss
+++ b/static/css/styles.scss
@@ -478,6 +478,8 @@ em.taxonomy-emph {
ul, ol {
font-family: FreeSans, sans-serif;
margin-top: 0;
+ }
+ li {
font-size: 0.9em;
color: $light-text;
}