aboutsummaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2022-11-14 05:27:10 -0500
committerThedro Neely <thedroneely@gmail.com>2022-11-14 05:27:10 -0500
commit78e2c8cdee6eaa963cf5ada3610de93993ea41e3 (patch)
treed670725afb6118bd52d6caa9359246fc69babafc /public
parentc147e4e90d8344e0a897f5d3fba0cdb5aaf49c2e (diff)
downloadthedroneely.com-78e2c8cdee6eaa963cf5ada3610de93993ea41e3.tar.gz
thedroneely.com-78e2c8cdee6eaa963cf5ada3610de93993ea41e3.tar.bz2
thedroneely.com-78e2c8cdee6eaa963cf5ada3610de93993ea41e3.zip
generators/hugo/themes/tdro/layouts/partials/article: Add ids with markdownify
Diffstat (limited to 'public')
-rw-r--r--public/css/tdro-dark.css8
-rw-r--r--public/css/tdro.css24
2 files changed, 20 insertions, 12 deletions
diff --git a/public/css/tdro-dark.css b/public/css/tdro-dark.css
index ae02336..e2c0432 100644
--- a/public/css/tdro-dark.css
+++ b/public/css/tdro-dark.css
@@ -67,7 +67,11 @@ textarea {
article a,
body > footer a,
-article-subsection a {
+article-webring h2 a,
+article-subsection a,
+article-comments h2 a,
+article-references h2 a,
+article-more-content h2 a {
color: #eee;
}
@@ -148,7 +152,7 @@ article-meta-bottom,
article-meta-top a,
article-meta-top,
article-more-content time,
-article-on-web time,
+article-webring time,
article-summary-meta,
blockquote-footer,
home-page article > h2,
diff --git a/public/css/tdro.css b/public/css/tdro.css
index d69dbfc..25fe94c 100644
--- a/public/css/tdro.css
+++ b/public/css/tdro.css
@@ -450,7 +450,7 @@ article h1,
article h2,
article h3,
article ul li,
-article-on-web h3,
+article-webring h3,
side-note-aside label,
margin-note-aside label,
article-more-content h3 {
@@ -640,7 +640,7 @@ article,
body > footer,
article-list,
taxonomy-list,
-article-on-web,
+article-webring,
article-comments,
article-references,
article-subsection,
@@ -660,7 +660,7 @@ article-more-content {
body > footer,
article-list,
taxonomy-list,
- article-on-web,
+ article-webring,
article-comments,
article-references,
article-subsection,
@@ -673,7 +673,7 @@ article-more-content {
}
taxonomy-list h2,
-article-on-web h2,
+article-webring h2,
article-comments h2,
article-references h2,
article-more-content h2,
@@ -821,7 +821,7 @@ article-archive-link a svg {
vertical-align: bottom;
}
-article-on-web,
+article-webring,
article-comments,
article-references,
article-meta-bottom,
@@ -829,11 +829,11 @@ article-more-content {
padding: 2.5rem 1.5rem;
}
-article-on-web button-anchor {
+article-webring button-anchor {
float: right;
}
-article-on-web li + li {
+article-webring li + li {
margin-top: 1.5rem;
}
@@ -1998,7 +1998,11 @@ recent-articles h2 a {
}
article a,
-article-subsection a {
+article-subsection a,
+article-webring h2 a,
+article-comments h2 a,
+article-references h2 a,
+article-more-content h2 a {
color: #000;
}
@@ -2118,7 +2122,7 @@ article-meta-bottom,
article-meta-top a,
article-meta-top,
article-more-content time,
-article-on-web time,
+article-webring time,
article-summary-meta,
blockquote-footer,
home-page article > h2,
@@ -2180,7 +2184,7 @@ article-card article-thumbnail a,
article-card article-thumbnail a:hover,
article-meta-top a,
article-meta-top a:hover,
-article-on-web a,
+article-webring a,
button-anchor a:focus,
button-anchor a:hover,
code-block language-label a,