diff options
Diffstat (limited to 'static')
-rw-r--r-- | static/style.css | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/static/style.css b/static/style.css index 64ff978..1a59591 100644 --- a/static/style.css +++ b/static/style.css @@ -229,11 +229,15 @@ a:hover { flex-direction: row; grid-template-columns: 1rem minmax(0, 1fr); gap: 1rem; - overflow: scroll; padding: 0.5rem; background: var(--light-gray); } +.file-content { + background: var(--light-gray); + overflow: scroll; +} + .commit-info { color: var(--gray); padding-bottom: 1.5rem; |