summaryrefslogtreecommitdiffstats
path: root/static/style.css
diff options
context:
space:
mode:
authorLibravatar Alexander Cobleigh <angellus.falsus@gmail.com>2022-12-19 12:25:56 +0100
committerLibravatar Anirudh Oppiliappan <x@icyphox.sh>2022-12-19 17:02:09 +0530
commitf3c20bcb27b5546d57d7c212c023dda914348c9b (patch)
treef5b726e6b3bb4502ab4d72907727732e88ae868b /static/style.css
parent27ed90c5ebecd56d739e138921ff0be9afb3b945 (diff)
downloadlegit-f3c20bcb27b5546d57d7c212c023dda914348c9b.tar.gz
legit-f3c20bcb27b5546d57d7c212c023dda914348c9b.tar.bz2
legit-f3c20bcb27b5546d57d7c212c023dda914348c9b.zip
decrease prominence of author info in ui
Diffstat (limited to '')
-rw-r--r--static/style.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/static/style.css b/static/style.css
index d1c25a6..d9c89cc 100644
--- a/static/style.css
+++ b/static/style.css
@@ -234,6 +234,7 @@ a:hover {
.commit-info {
color: var(--gray);
padding-bottom: 1.5rem;
+ font-size: 0.75rem;
}
@media (max-width: 600px) {