8 lines
83 B
CSS
8 lines
83 B
CSS
[data-nav-item] {
|
|
color: #ba96db;
|
|
}
|
|
|
|
[data-nav-item]:hover {
|
|
color: #212b43;
|
|
}
|