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:15:17 +0300
committerSimon <gevhaz@tutanota.com>2020-06-04 22:15:17 +0300
commit8ca1bdea4af123838b929aba456328849f45d4da (patch)
tree5f875ac91ba3a8dfa0f2b384696c4c4cab71db16
parent52565b69720d3faf05fcf6aa33ea70f0c37b0669 (diff)
Resume style adjustment 3
-rw-r--r--static/css/styles.css9
-rw-r--r--static/css/styles.scss7
2 files changed, 10 insertions, 6 deletions
diff --git a/static/css/styles.css b/static/css/styles.css
index e3b8dab..0283c0d 100644
--- a/static/css/styles.css
+++ b/static/css/styles.css
@@ -341,11 +341,12 @@ em.taxonomy-emph {
font-size: 0.9em;
color: #5f5a6f; }
.category-content ul {
- list-style-type: "– ";
+ list-style-type: "– "; }
+ .category-content ul, .category-content ol {
font-family: FreeSans, sans-serif;
- margin-top: 0; }
- .category-content ol {
- margin-top: 0; }
+ margin-top: 0;
+ font-size: 0.9em;
+ color: #5f5a6f; }
.resume-entry {
margin: 0 0 1em 0; }
diff --git a/static/css/styles.scss b/static/css/styles.scss
index 17f85c3..f8b1008 100644
--- a/static/css/styles.scss
+++ b/static/css/styles.scss
@@ -473,11 +473,14 @@ em.taxonomy-emph {
ul {
list-style-type: "– ";
+ }
+
+ ul, ol {
font-family: FreeSans, sans-serif;
margin-top: 0;
+ font-size: 0.9em;
+ color: $light-text;
}
-
- ol { margin-top: 0; }
}
.resume-entry {