RetroDECK-Website/css/style.css
2024-09-23 13:03:56 -04:00

9 lines
166 B
CSS

@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");
body {
background: #222;
}
.navbar {
background: #1a9fff;
}