styles navbar a little

This commit is contained in:
2026-04-22 23:17:00 +02:00
parent ff0ba86bf1
commit 4e5a91c64d
2 changed files with 13 additions and 2 deletions
+12 -1
View File
@@ -1,7 +1,18 @@
body {
text-align: center;
background-color: #222222;
}
h1, h2, h3, h4, h5, p {
color: #DDDDEE
}
}
a.navbar {
color: #DD7FB6;
text-decoration: none
}
nav {
align-self: flex-end;
}