lumina-dioxus/assets/styling/navbar.css
Chris Cochrun 2ca2698cb7 yes
2025-06-30 09:48:23 -05:00

16 lines
No EOL
220 B
CSS

#navbar {
display: flex;
flex-direction: row;
}
#navbar a {
color: #ffffff;
margin-right: 20px;
text-decoration: none;
transition: color 0.2s ease;
}
#navbar a:hover {
cursor: pointer;
color: #91a4d2;
}