change default colours

This commit is contained in:
kittentm 2026-05-14 06:49:11 +02:00
commit 6d4723b5fe
No known key found for this signature in database
GPG key ID: AC43DFDBC1F44A91
2 changed files with 15 additions and 1 deletions

View file

@ -19,4 +19,18 @@
body {
font-family: 'Arial', sans-serif;
}
html, body {
margin: 0;
padding: 0;
background-color: #1d1e1f !important;
color: #c9d1d9;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
-webkit-font-smoothing: antialiased;
}
*, *::before, *::after {
box-sizing: border-box;
}

View file

@ -55,7 +55,7 @@ const query = ref('')
}
.navbar {
background-color: #1a1a1a;
background-color: #383838;
border-bottom: 2px solid #333;
padding: 10px 20px;
font-family: 'Arial', sans-serif;