Shared colors

This commit is contained in:
Tim Schaub
2022-08-15 14:45:55 -06:00
parent 50fdebbdbe
commit f3a18a8f7c
3 changed files with 4 additions and 21 deletions
-10
View File
@@ -65,16 +65,6 @@ footer a:focus {
text-decoration: underline;
}
pre[class*="language-"] {
background: #FFFFFF;
font-size: 87.5%;
}
pre {
border: 1px solid #eee;
border-radius: 0;
}
.navbar {
background-color: var(--ol-foreground-color);
color: var(--ol-background-color);