summaryrefslogtreecommitdiffstats
path: root/static/style.css
diff options
context:
space:
mode:
authorLibravatar Anirudh Oppiliappan <x@icyphox.sh>2022-12-18 20:00:19 +0530
committerLibravatar Anirudh Oppiliappan <x@icyphox.sh>2022-12-18 20:00:19 +0530
commitd0d636aa89bf194185abf01e05b190386d0e8b23 (patch)
tree53f44e98b081e8fbd6823f9e7329fa3f7185ad82 /static/style.css
parent2e3c3103c48c748ccc8fa6b3607d51f112a9400f (diff)
downloadlegit-d0d636aa89bf194185abf01e05b190386d0e8b23.tar.gz
legit-d0d636aa89bf194185abf01e05b190386d0e8b23.tar.bz2
legit-d0d636aa89bf194185abf01e05b190386d0e8b23.zip
all: go-import, clone url
Diffstat (limited to 'static/style.css')
-rw-r--r--static/style.css19
1 files changed, 14 insertions, 5 deletions
diff --git a/static/style.css b/static/style.css
index 7ae9fc3..fc9d723 100644
--- a/static/style.css
+++ b/static/style.css
@@ -111,6 +111,14 @@ a:hover {
min-width: 0;
}
+.clone-url {
+ padding-top: 2rem;
+}
+
+.clone-url pre {
+ color: var(--dark);
+}
+
.desc {
color: var(--gray);
font-style: italic;
@@ -146,6 +154,11 @@ a:hover {
white-space: pre-wrap;
}
+.readme {
+ padding-bottom: 2rem;
+ border-bottom: 1.5px solid var(--medium-gray);
+}
+
.diff {
margin: 1rem 0 1rem 0;
padding: 1rem 0 1rem 0;
@@ -160,10 +173,6 @@ a:hover {
padding: 1rem 0 1rem 0;
}
-.commit-email {
- color: var(--gray);
-}
-
.commit-email:before {
content: '<';
}
@@ -230,7 +239,7 @@ a:hover {
.commit-info {
color: var(--gray);
- font-size: 14px;
+ padding-bottom: 1.5rem;
}
@media (max-width: 600px) {