From 8bff5ce2c21c9d1d78ec59aafef055c27b245757 Mon Sep 17 00:00:00 2001 From: Cagatay Civici Date: Sun, 15 Oct 2023 13:16:55 +0300 Subject: [PATCH] Add selection colors --- assets/styles/layout/_core.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/assets/styles/layout/_core.scss b/assets/styles/layout/_core.scss index 7ef5f9ae2..7b14a9f30 100644 --- a/assets/styles/layout/_core.scss +++ b/assets/styles/layout/_core.scss @@ -19,6 +19,11 @@ a { text-decoration: none; } +::selection { + background-color: var(--highlight-bg); + color: var(--highlight-text-color); +} + h1, h2, h3, h4, h5, h6 { margin: 1.5rem 0 1rem 0; font-family: inherit;