aboutsummaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2019-10-05 00:34:04 -0400
committerThedro Neely <thedroneely@gmail.com>2019-10-05 00:34:04 -0400
commitb1abec64c6ecb3fd8a1cc9ae583d54d983217697 (patch)
tree0b3a48a7188332af9c011c402ca28912449827af /public
parent72d6118f94617cd3d1c5ce740cdf9c034e6a9c16 (diff)
downloadthedroneely.com-b1abec64c6ecb3fd8a1cc9ae583d54d983217697.tar.gz
thedroneely.com-b1abec64c6ecb3fd8a1cc9ae583d54d983217697.tar.bz2
thedroneely.com-b1abec64c6ecb3fd8a1cc9ae583d54d983217697.zip
hugo/layouts/single.html: Delimit article sections by color
Diffstat (limited to 'public')
-rw-r--r--public/css/tdro-dark.css3
-rw-r--r--public/css/tdro.css3
2 files changed, 4 insertions, 2 deletions
diff --git a/public/css/tdro-dark.css b/public/css/tdro-dark.css
index 4045130..cffe386 100644
--- a/public/css/tdro-dark.css
+++ b/public/css/tdro-dark.css
@@ -6,7 +6,8 @@ a.navbar-item:hover { color: #fff; }
img { box-shadow: none; }
body, .serif > a { color: #cad6e2 }
.article__list li:hover { background-color: #003247; }
-.posts__more__content { background-color: #002e42; }
+.article__more__content { background-color: #002e42; }
+.article__webring { background-color: #00364d; }
.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 8fb60e1..52c89fd 100644
--- a/public/css/tdro.css
+++ b/public/css/tdro.css
@@ -4566,7 +4566,8 @@ a code { color: #0147b7; }
.webring li { padding-top: 1em; }
.webring ul { margin-top: 0.5em; }
.webring .articles h2 { margin-bottom: 0.1em; }
-.posts__more__content { background-color: #f5f5f5; }
+.article__more__content { background-color: #f5f5f5; }
+.article__webring { background-color: #eee; }
/* resume page */