Add light theme first pass

Toggle is only temp to test. Need to move in nav for final.
Will need further adjusting colors.
This commit is contained in:
Jake
2021-05-30 19:03:36 -07:00
committed by mDuo13
parent 00a8bfd4da
commit 6e02aeb7ab
9 changed files with 275 additions and 5 deletions

View File

@@ -3,7 +3,6 @@
// These styles control the display of diagrams in page contents.
.content {
// Shrink images that would overflow the main column.
img {
max-width: 100%;
@@ -19,6 +18,9 @@
svg {
max-width: 100%;
}
}
.dark .content {
// Recolor UMLet diagrams for dark theme -------------------------------------
svg[fill="black"] {