1
0
Fork 0
mirror of https://github.com/betagouv/mon-entreprise synced 2025-02-10 16:15:01 +00:00
mon-entreprise/source/components/SearchBar.css

9 lines
110 B
CSS
Raw Normal View History

li.active {
background: var(--color);
color: var(--textColor);
}
li.active a {
color: var(--textColor);
}