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

12 lines
135 B
CSS
Raw Normal View History

2022-11-23 10:58:43 +01:00
.navbar {
2023-01-21 00:49:58 +01:00
background-color: #1d1d1d;
padding: 0px;
margin: 0px;
2022-11-23 10:58:43 +01:00
position: sticky;
top: 0;
}
2023-01-21 00:49:58 +01:00
.navbar a {
color: #e6e6fa;
}