summaryrefslogtreecommitdiffstats
path: root/static/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/style.css')
-rw-r--r--static/style.css8
1 files changed, 5 insertions, 3 deletions
diff --git a/static/style.css b/static/style.css
index cc54e18..64ff978 100644
--- a/static/style.css
+++ b/static/style.css
@@ -9,7 +9,7 @@
--sans-font: "InterVar", -apple-system, BlinkMacSystemFont, "Roboto", "Segoe UI", sans-serif;
--display-font: "InterDisplay", -apple-system, BlinkMacSystemFont, "Roboto", "Segoe UI", sans-serif;
- --mono-font: "SF Mono", "Roboto Mono", monospace;
+ --mono-font: -apple-system, "SF Mono", "Roboto Mono", monospace;
}
html {
@@ -149,8 +149,8 @@ a:hover {
}
.readme {
- padding-bottom: 2rem;
- border-bottom: 1.5px solid var(--medium-gray);
+ background: var(--light-gray);
+ padding: 0.5rem;
}
.diff {
@@ -230,6 +230,8 @@ a:hover {
grid-template-columns: 1rem minmax(0, 1fr);
gap: 1rem;
overflow: scroll;
+ padding: 0.5rem;
+ background: var(--light-gray);
}
.commit-info {