css: add bg to readme/file content
1 file changed, 5 insertions(+), 3 deletions(-)
changed files
M static/style.css → static/style.css
@@ -9,7 +9,7 @@ --darker: #222; --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 @@ white-space: pre-wrap; } .readme { - padding-bottom: 2rem; - border-bottom: 1.5px solid var(--medium-gray); + background: var(--light-gray); + padding: 0.5rem; } .diff {@@ -230,6 +230,8 @@ flex-direction: row; grid-template-columns: 1rem minmax(0, 1fr); gap: 1rem; overflow: scroll; + padding: 0.5rem; + background: var(--light-gray); } .commit-info {