Minor styling improvements
This commit is contained in:
@@ -17,3 +17,12 @@ h2 {
|
|||||||
font-size: 1.5em;
|
font-size: 1.5em;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
image {
|
||||||
|
filter: drop-shadow(0px 0px 2px grey);
|
||||||
|
}
|
||||||
|
path {
|
||||||
|
transition: opacity 0.1s;
|
||||||
|
}
|
||||||
|
path:hover {
|
||||||
|
opacity: 0.9;
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user