1
0
Fork 0
mirror of synced 2024-06-10 23:04:45 +12:00

Added theme options

This commit is contained in:
Eldad Fux 2020-02-11 08:50:09 +02:00
parent 8cd40b1209
commit 9c029b87a0
3 changed files with 22 additions and 2 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -37,6 +37,18 @@
}
}
.light-theme {
.force-light {
display: block;
}
}
.dark-theme {
.force-dark {
display: block;
}
}
@watch: ~"only screen and (max-width: 260px)";
@phones: ~"only screen and (max-width: 550px)";
@tablets: ~"only screen and (min-width: 551px) and (max-width: 1200px)";
@ -101,6 +113,14 @@ ul {
}
}
.force-dark {
display: none;
}
.force-light {
display: none;
}
.force-left {
direction: ltr;
text-align: left;