summary refs log tree commit diff
path: root/static/style.css
diff options
context:
space:
mode:
authorAshelyn Rose <git@ashen.earth>2025-05-10 01:09:18 -0600
committerAshelyn Rose <git@ashen.earth>2025-05-10 01:09:18 -0600
commit5809c28f2652b26a77bc862f88269ffdbab60b49 (patch)
tree716da71b5a46d0a479e9df2ca414d131bbe2b48b /static/style.css
parent964c9e9088fcd4a489c3025890e205d1452a3e6f (diff)
Add source link
Diffstat (limited to 'static/style.css')
-rw-r--r--static/style.css8
1 files changed, 6 insertions, 2 deletions
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;
   }
 }