1
0
Fork 0
mirror of https://github.com/betagouv/mon-entreprise synced 2025-02-09 04:05:01 +00:00
mon-entreprise/source/components/SearchBar.css
2020-02-25 14:28:04 +01:00

8 lines
110 B
CSS

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