blog.grace.moe

Source for the blog blog.grace.moe
git clone https://git.grace.moe/blog.grace.moe
Log | Files | Refs

commit 3384b7c7f70d888b2dfb3a2d238be27288ffd9f5
parent a937cb6ac18618e9a22f2d5d63f5448d02d85a95
Author: gracefu <81774659+gracefuu@users.noreply.github.com>
Date:   Thu, 10 Apr 2025 06:45:59 +0800

Decorate the website a little

Diffstat:
Mlayouts/templates/base.shtml | 18++++++++++++++++++
1 file changed, 18 insertions(+), 0 deletions(-)

diff --git a/layouts/templates/base.shtml b/layouts/templates/base.shtml @@ -125,6 +125,23 @@ p, hr { margin-top: 0.75em; margin-bottom: 0.25em; } + +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; +} + </style> <style> @@ -168,6 +185,7 @@ p, hr { #content { margin: auto; + margin-top: 15px; padding: 0 15px 15px 15px; max-width: var(--content-width); }