summaryrefslogtreecommitdiffstats
path: root/static
diff options
context:
space:
mode:
Diffstat (limited to 'static')
-rw-r--r--static/style.css9
1 files changed, 9 insertions, 0 deletions
diff --git a/static/style.css b/static/style.css
index 1a36ec7..7ae9fc3 100644
--- a/static/style.css
+++ b/static/style.css
@@ -172,6 +172,10 @@ a:hover {
content: '>';
}
+.commit {
+ margin-bottom: 1rem;
+}
+
.commit pre {
padding-bottom: 1rem;
white-space: pre-wrap;
@@ -224,6 +228,11 @@ a:hover {
gap: 1rem;
}
+.commit-info {
+ color: var(--gray);
+ font-size: 14px;
+}
+
@media (max-width: 600px) {
.index {
grid-row-gap: 0.8em;