This repository has been archived on 2024-03-16. You can view files and clone it, but cannot push or open issues or pull requests.
orbit-4-1/public/stylesheets/main.css

10 lines
117 B
CSS

#nav {
background-color: #333;
padding: 5px;
color: #fff;
}
#nav a {
color: #fff;
text-decoration: none;
}