diff options
Diffstat (limited to 'web/static/main.css')
| -rw-r--r-- | web/static/main.css | 24 |
1 files changed, 20 insertions, 4 deletions
diff --git a/web/static/main.css b/web/static/main.css index cf1821f..f0bd46c 100644 --- a/web/static/main.css +++ b/web/static/main.css @@ -198,7 +198,7 @@ a.nogradient:hover::after { body { background-color: var( --back ); - background-image: url( "/static/networkheaven.png" ); + background-image: url( "/static/networkheaven.jpg" ); font-family: var( --site-font ); font-smooth: never !important; background-position: center; @@ -284,6 +284,7 @@ body { align-items: center; justify-content: space-between; padding-right: 4px; + margin-bottom: 0px; } .page-title { @@ -331,13 +332,19 @@ body { margin-left: 4px; } + .sidebar-row { + margin-bottom: 8px; + } + #sidebar h4 { font-family: JPN12 !important; font-size: 13px !important; } - .sidebar-row { - margin-bottom: 6px; + #package-entries table { + font-family: JPN12 !important; + font-size: 11px !important; + text-align: right; } #ascii-art { @@ -352,6 +359,8 @@ body { #sidebar h4 { font-size: 10px !important; + margin-bottom: 0px; + margin-top: 0px; } #sidebar h3 { @@ -359,7 +368,14 @@ body { } .sidebar-row { - margin-bottom: 10px !important; + margin-bottom: 10px; + } + + #package-entries table { + font-family: JPN12 !important; + font-size: 8px !important; + text-align: right; + width: 99% !important; } #ascii-art { |
