Files
OpenMediaCenter/src/App.css

13 lines
165 B
CSS
Raw Normal View History

.nav-item {
2020-06-01 22:11:56 +02:00
cursor: pointer;
}
.nav-link {
color: rgba(255, 255, 255, .5);
2020-06-01 22:11:56 +02:00
font-weight: bold;
}
.nav-link:hover {
color: rgba(255, 255, 255, 1);
}