diff --git a/assets/css/codeberg-docs.css b/assets/css/codeberg-docs.css index 96dd719..ab5b070 100644 --- a/assets/css/codeberg-docs.css +++ b/assets/css/codeberg-docs.css @@ -1,5 +1,8 @@ -html, body { width: 100%; height: 100%; margin: 0; padding: 0; } +html, body { width: 100%; height: 100%; margin: 0; padding: 0; background-color: white; color: black; } body { display: flex; flex-direction: column; font-family: "Inter", sans-serif; font-size: 13pt; font-weight: 300; } +:link { color: #0000EE; } +:visited { color: #551A8B; } +:link:active, :visited:active { color: #FF0000; } header { height: 60px; margin-top: 30px; margin-bottom: 60px; } header > .container { display: flex; align-items: center; }