index: add ∧

This commit is contained in:
2019-06-21 17:28:52 +02:00
parent e5034753fc
commit 0d14de6bec

View File

@@ -36,6 +36,12 @@
font-size: 22px;
font-weight: 400;
}
.main h2:before {
content: "∧";
margin-right: 0.5em;
font-size: 1.5rem;
color: lightgrey;
}
.main a {
color: #000;
text-decoration: none;