Merge branch 'master' into template-search

This commit is contained in:
Jimmy Cai
2020-10-17 10:45:17 +02:00
committed by GitHub
11 changed files with 81 additions and 72 deletions
+15 -1
View File
@@ -41,4 +41,18 @@ a {
box-shadow: 0px -10px 0px rgba(var(--link-background-color), var(--link-background-opacity-hover)) inset;
}
}
}
}
.section-title {
text-transform: uppercase;
margin-top: 0;
margin-bottom: 10px;
display: block;
font-size: 1.6rem;
font-weight: bold;
color: var(--body-text-color);
a {
color: var(--body-text-color);
}
}