From 5809c28f2652b26a77bc862f88269ffdbab60b49 Mon Sep 17 00:00:00 2001 From: Ashelyn Rose Date: Sat, 10 May 2025 01:09:18 -0600 Subject: Add source link --- static/style.css | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'static/style.css') diff --git a/static/style.css b/static/style.css index 9c139bf..9957ac9 100644 --- a/static/style.css +++ b/static/style.css @@ -136,10 +136,12 @@ body > div#messages { flex-direction: row; justify-content: end; - & p { + & p, + & a { margin: 0; text-align: right; - font-style: italic; + text-decoration: none; + margin-left: 16px; } & > button { @@ -148,6 +150,8 @@ body > div#messages { border: none; margin-left: 16px; cursor: pointer; + font-family: inherit; + font-size: inherit; } } -- cgit 1.4.1