Add dark theme with theme switcher

This commit is contained in:
2020-01-05 18:09:53 -05:00
parent 097e97b24c
commit 67bad2a2f8
9 changed files with 176 additions and 8 deletions

View File

@@ -558,3 +558,26 @@ div.options-panel form label {
div.isso-postbox div.form-wrapper section.auth-section p.input-wrapper {
margin-right: 10px;
}
/*****************************************************************************/
/*
/* Light & Dark Theme Toggle
/*
/*****************************************************************************/
div.theme-toggle {
position: static;
bottom: 0;
width: 100%;
text-align: center;
z-index: 100;
}
@media (min-width: 40rem) {
div.theme-toggle {
position: absolute;
top: 0;
right: 0;
width: inherit;
}
}