Files
personal-website/styles.css
T
marco 3d7148b27f
Deploy site to webspce / deploy (push) Failing after 12s
removed css tag that wasn't working
2026-04-22 23:48:50 +02:00

15 lines
161 B
CSS

body {
text-align: center;
background-color: #222222;
}
h1, h2, h3, h4, h5, p {
color: #DDDDEE
}
a.navbar {
color: #DD7FB6;
text-decoration: none
}