8 lines
83 B
CSS
8 lines
83 B
CSS
[data-nav-item] {
|
|
color: #f2ce83;
|
|
}
|
|
|
|
[data-nav-item]:hover {
|
|
color: #c6915e;
|
|
}
|