summaryrefslogtreecommitdiff
path: root/_sass/_distill.scss
diff options
context:
space:
mode:
authorKarl Hallsby <karl@hallsby.com>2021-10-03 00:35:46 -0500
committerKarl Hallsby <karl@hallsby.com>2021-10-03 02:16:55 -0500
commite2c06d2681e18946ab6c3e3e6075aed92a4d13be (patch)
treeb30dce94387f4717394277932f691519e0281c44 /_sass/_distill.scss
parenta10ad0a99ba6e44a35253c3bcaff80c90e99348e (diff)
Change to al-folio theme
Theme at: https://github.com/alshedivat/al-folio
Diffstat (limited to '_sass/_distill.scss')
-rw-r--r--_sass/_distill.scss45
1 files changed, 45 insertions, 0 deletions
diff --git a/_sass/_distill.scss b/_sass/_distill.scss
new file mode 100644
index 0000000..24eb4b4
--- /dev/null
+++ b/_sass/_distill.scss
@@ -0,0 +1,45 @@
+/*******************************************************************************
+ * Style overrides for distill blog posts.
+ ******************************************************************************/
+
+d-byline {
+ border-top-color: $grey-color-light !important;
+}
+
+d-byline h3 {
+ color: var(--global-text-color) !important;
+}
+
+d-byline a, d-article d-byline a {
+ color: var(--global-text-color) !important;
+ &:hover {
+ color: var(--global-hover-color) !important;
+ }
+}
+
+d-article {
+ border-top-color: #e8e8e8 !important;
+ a, p, h1, h2, h3, h4, h5, h6, li, table {
+ color: var(--global-text-color) !important;
+ }
+ a, h1, h2, hr {
+ border-bottom-color: $grey-color-light !important;
+ }
+ a:hover {
+ border-bottom-color: var(--global-hover-color) !important;
+ }
+}
+
+d-appendix {
+ border-top-color: $grey-color-light !important;
+ color: var(--global-distill-app-color) !important;
+ h3, li, span {
+ color: var(--global-distill-app-color) !important;
+ }
+ a, a.footnote-backlink {
+ color: var(--global-distill-app-color) !important;
+ &:hover {
+ color: var(--global-hover-color) !important;
+ }
+ }
+}