blob: e395b95ed4e0de8c875eb30619a8c330e70e56e4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
svg path{
fill: #00394f;
stroke: #eee !important;
stroke-width: .25 !important;
}
svg path:hover {
fill: #006284;
transition: 0.6s !important;
cursor: pointer !important;
}
|