From 569d92c6f5d410794df37d05ebc148fa8fa4cdf9 Mon Sep 17 00:00:00 2001 From: Zankaria Date: Sat, 4 Jan 2025 00:38:51 +0100 Subject: [PATCH] style.css: add spacing between subject and name --- stylesheets/style.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/stylesheets/style.css b/stylesheets/style.css index 50c32270..264d4dd2 100644 --- a/stylesheets/style.css +++ b/stylesheets/style.css @@ -246,6 +246,8 @@ input.delete { } .intro span.subject { + margin-right: 0.3em; + color: #0F0C5D; font-weight: bold; }