This repository has been archived on 2024-01-22. You can view files and clone it, but cannot push or open issues or pull requests.
speedie-page/css/header.css
2023-01-21 00:49:58 +01:00

12 lines
135 B
CSS

.navbar {
background-color: #1d1d1d;
padding: 0px;
margin: 0px;
position: sticky;
top: 0;
}
.navbar a {
color: #e6e6fa;
}