aboutsummaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2019-10-18 15:10:42 -0400
committerThedro Neely <thedroneely@gmail.com>2019-10-18 15:11:26 -0400
commit8338e52e3eb75e4154ced7a47413cf294082fd53 (patch)
tree0e798dff21d978ccd00b0e331a24aa86ed4f0e11 /public
parent14b639bc0ba33ae9d956a4ebc2e4f54c9d1a035a (diff)
downloadthedroneely.com-8338e52e3eb75e4154ced7a47413cf294082fd53.tar.gz
thedroneely.com-8338e52e3eb75e4154ced7a47413cf294082fd53.tar.bz2
thedroneely.com-8338e52e3eb75e4154ced7a47413cf294082fd53.zip
generators/openring/template: Make font sizes consistent
Update background colors on more content sections
Diffstat (limited to 'public')
-rw-r--r--public/css/tdro-dark.css2
-rw-r--r--public/css/tdro.css4
2 files changed, 3 insertions, 3 deletions
diff --git a/public/css/tdro-dark.css b/public/css/tdro-dark.css
index b99d728..9068539 100644
--- a/public/css/tdro-dark.css
+++ b/public/css/tdro-dark.css
@@ -7,7 +7,7 @@ img { box-shadow: none; }
body, .serif > a { color: #cad6e2 }
.article__list li:hover { background-color: #003247; }
.article__more__content { background-color: #002e42; }
-.article__webring { background-color: #00364d; }
+.article__webring { background-color: #002738; }
.medium-zoom-overlay { background-color: #001f2c; background-color: rgba(0, 31, 44, .9); }
.navbar-item, .subtitle, .has-text-grey-dark { color: #ddd !important; }
.navbar__mobile__compact .navbar__active, .navbar-end .navbar__active { color: #75b2f0 !important; }
diff --git a/public/css/tdro.css b/public/css/tdro.css
index d128ec1..0427be2 100644
--- a/public/css/tdro.css
+++ b/public/css/tdro.css
@@ -4562,8 +4562,8 @@ a code { color: #0147b7; }
.webring li { padding-top: 1em; }
.webring ul { margin-top: 0.5em; }
.webring .articles h2 { margin-bottom: 0.1em; }
-.article__more__content { background-color: #f5f5f5; }
-.article__webring { background-color: #eee; }
+.article__more__content { background-color: #f1f1f1; }
+.article__webring { background-color: #f7f7f7; }
/* resume page */