aboutsummaryrefslogtreecommitdiff
path: root/_sass/minima/custom-styles.scss
diff options
context:
space:
mode:
authorBradley Taunt <bt@btxx.org>2024-05-30 09:02:38 -0400
committerBradley Taunt <bt@btxx.org>2024-05-30 09:02:38 -0400
commit8f28fc58d5fe68775fbe552eb172cbb4ad8614b1 (patch)
tree65c5ef1ba611db1aa9fe80d65d2fffca950238e9 /_sass/minima/custom-styles.scss
parentfa6aded86998639a53aecfa7b76e0ecd800fd9f0 (diff)
Further customization and porting of older content
Diffstat (limited to '_sass/minima/custom-styles.scss')
-rw-r--r--_sass/minima/custom-styles.scss6
1 files changed, 6 insertions, 0 deletions
diff --git a/_sass/minima/custom-styles.scss b/_sass/minima/custom-styles.scss
index 0556d89..044b842 100644
--- a/_sass/minima/custom-styles.scss
+++ b/_sass/minima/custom-styles.scss
@@ -17,4 +17,10 @@
}
.footnotes {
font-size: 90%;
+}
+
+::selection,
+::-webkit-selection {
+ background: #b3d4fc !important;
+ color: #000 !important;
} \ No newline at end of file