Fix nimdoc invalid css on theme switch class (#14834)

This commit is contained in:
Manuel Bojato
2020-06-27 16:36:31 -05:00
committed by GitHub
parent ad00d616e8
commit 22f1b5120e

View File

@@ -63,12 +63,13 @@ Modified by Boyd Greenfield and narimiran
.theme-switch-wrapper {
display: flex;
align-items: center;
em {
margin-left: 10px;
font-size: 1rem;
}
}
.theme-switch-wrapper em {
margin-left: 10px;
font-size: 1rem;
}
.theme-switch {
display: inline-block;
height: 22px;