diff options
author | Anirudh Oppiliappan <x@icyphox.sh> | 2022-12-19 18:07:13 +0530 |
---|---|---|
committer | Anirudh Oppiliappan <x@icyphox.sh> | 2022-12-19 18:07:13 +0530 |
commit | 263a1509dbd79b1df3abe1bd42e2cd5d45448dea (patch) | |
tree | cfd115845d0f104fdb4794980a415c5f08ced8e0 /static | |
parent | 194ec63d81ed7c8d6f63945139ea6d0bdfc597b3 (diff) | |
download | legit-263a1509dbd79b1df3abe1bd42e2cd5d45448dea.tar.gz legit-263a1509dbd79b1df3abe1bd42e2cd5d45448dea.tar.bz2 legit-263a1509dbd79b1df3abe1bd42e2cd5d45448dea.zip |
diff: show diff type
Diffstat (limited to 'static')
-rw-r--r-- | static/style.css | 4 |
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; |