diff --git a/assets/css/global.css b/assets/css/global.css index df3b5b2..2a792f8 100644 --- a/assets/css/global.css +++ b/assets/css/global.css @@ -30,11 +30,13 @@ body { } #link-container a { text-decoration: none; - color: var(--term-color); + color: black; } #link-container { display: flex; gap: 4vw; + background-color: var(--term-color); + justify-content: center; } hr { margin-top: 1px; @@ -113,6 +115,9 @@ label { .service-icon { vertical-align: middle; } +#content { + margin-top: 5px; +} .service-title { align-items: center; gap: 5px; diff --git a/templates/base.html.tera b/templates/base.html.tera index 63053fa..35aa331 100644 --- a/templates/base.html.tera +++ b/templates/base.html.tera @@ -15,7 +15,6 @@ members report abuse -