feature: add parishes
This commit is contained in:
parent
475b4f91c1
commit
3faa2a2672
1 changed files with 8 additions and 0 deletions
|
|
@ -19,6 +19,14 @@
|
|||
text-decoration: none;
|
||||
}
|
||||
|
||||
.list li::marker {
|
||||
color: rgba(66, 97, 86, 0.6);
|
||||
}
|
||||
|
||||
.list li {
|
||||
margin-left: -10px;
|
||||
}
|
||||
|
||||
.list li:hover::marker{
|
||||
list-style: circle;
|
||||
color: $contrast-color;
|
||||
|
|
|
|||
Loading…
Reference in a new issue