summaryrefslogtreecommitdiffstats
path: root/static
diff options
context:
space:
mode:
authorLibravatar Anirudh Oppiliappan <x@icyphox.sh>2022-12-19 18:07:13 +0530
committerLibravatar Anirudh Oppiliappan <x@icyphox.sh>2022-12-19 18:07:13 +0530
commit263a1509dbd79b1df3abe1bd42e2cd5d45448dea (patch)
treecfd115845d0f104fdb4794980a415c5f08ced8e0 /static
parent194ec63d81ed7c8d6f63945139ea6d0bdfc597b3 (diff)
downloadlegit-263a1509dbd79b1df3abe1bd42e2cd5d45448dea.tar.gz
legit-263a1509dbd79b1df3abe1bd42e2cd5d45448dea.tar.bz2
legit-263a1509dbd79b1df3abe1bd42e2cd5d45448dea.zip
diff: show diff type
Diffstat (limited to 'static')
-rw-r--r--static/style.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/static/style.css b/static/style.css
index 1a59591..6d805a1 100644
--- a/static/style.css
+++ b/static/style.css
@@ -238,6 +238,10 @@ a:hover {
overflow: scroll;
}
+.diff-type {
+ color: var(--gray);
+}
+
.commit-info {
color: var(--gray);
padding-bottom: 1.5rem;