commit 5dbc5170b3ac9d06f53d4326b1c3f646c9cf8fdc parent 79c88647402703dc01b7476c2e2c65784a43d72f Author: gracefu <81774659+gracefuu@users.noreply.github.com> Date: Sat, 19 Apr 2025 19:57:43 +0800 Add selection colors Diffstat:
| M | layouts/templates/base.shtml | | | 16 | ++++++++-------- |
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/layouts/templates/base.shtml b/layouts/templates/base.shtml @@ -147,6 +147,10 @@ body { background-color: #fdf9ee; } +::selection { + background-color: #ff002630; +} + h1 { font-size: 1.9em; } @@ -157,20 +161,16 @@ hr { } a { - color: #b54e1c; text-decoration: none; } a:hover { - color: #95421a; text-decoration: 2.5px dotted underline; text-underline-position: under; } -a:visited { - color: #ac1052; -} -a:visited:hover { - color: #910f46; -} +a { color: #ac1052; } +a:hover { color: #7b0c3b; } +a:visited { color: #994016; } +a:visited:hover { color: #753111; } blockquote { padding-inline-start: 15px;