aboutsummaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2022-02-07 18:48:54 -0500
committerThedro Neely <thedroneely@gmail.com>2022-02-07 18:48:54 -0500
commit86e53bc12c777ca2cdebf64ab3c33c5230ad6808 (patch)
tree5614ed6b6dca783033accdf29569d8ac49b24240 /public
parentf243565fa17e20a56389cbc5dfc4bdfd2e203a62 (diff)
downloadthedroneely.com-86e53bc12c777ca2cdebf64ab3c33c5230ad6808.tar.gz
thedroneely.com-86e53bc12c777ca2cdebf64ab3c33c5230ad6808.tar.bz2
thedroneely.com-86e53bc12c777ca2cdebf64ab3c33c5230ad6808.zip
public/css: Normalize article link colors
Use article code size on side notes.
Diffstat (limited to 'public')
-rw-r--r--public/css/tdro-dark.css3
-rw-r--r--public/css/tdro.css23
2 files changed, 13 insertions, 13 deletions
diff --git a/public/css/tdro-dark.css b/public/css/tdro-dark.css
index 3921b24..602bddf 100644
--- a/public/css/tdro-dark.css
+++ b/public/css/tdro-dark.css
@@ -30,8 +30,7 @@ body,
nav#TableOfContents a {
color: #cad6e2;
}
-.sans-serif a,
-.serif a {
+.document a {
color: #eee;
}
.article__list li:hover,
diff --git a/public/css/tdro.css b/public/css/tdro.css
index e2ef076..e4ad938 100644
--- a/public/css/tdro.css
+++ b/public/css/tdro.css
@@ -1390,11 +1390,16 @@ a:focus {
ol {
counter-reset: ol;
+}
+
+ol,
+.document > ul {
margin-left: 4rem;
margin-top: 1.5rem;
}
-ol li {
+ol li,
+.document > ul li {
-ms-hyphens: auto;
-ms-word-break: normal;
overflow-wrap: break-word;
@@ -1427,7 +1432,6 @@ figure a,
.front__more,
.is-mobile .has-text-centered > a,
.article__list li a,
-ol li > a,
.tableofcontents li a,
.resume__label,
.resume__container a,
@@ -1464,7 +1468,8 @@ textarea,
}
.serif,
-ol li {
+.document ol li,
+.document > ul li {
font-family: Charter, Georgia, "Book Antiqua", serif;
}
@@ -1477,13 +1482,14 @@ blockquote > p.serif,
font-family: "Fira Code", Consolas, monaco, monospace;
}
-.sans-serif a,
-.serif a {
+.document a {
color: #000;
}
+
.is-size-serif {
font-size: 1.25rem !important;
}
+
.content h1,
.content h2,
.content h3,
@@ -1492,7 +1498,7 @@ blockquote > p.serif,
.document h3 a {
color: #111;
font-weight: 400;
- line-height: 1.2;
+ line-height: 1.4;
}
blockquote .blockquote-footer {
@@ -2139,11 +2145,6 @@ table code {
letter-spacing: 0.01rem;
}
-.marginnote code,
-.sidenote code {
- font-size: 0.8em;
-}
-
.sidenote:hover,
.marginnote:hover {
-webkit-user-select: inherit;