1
0
Fork 0
mirror of https://github.com/Alamantus/Lexiconga.git synced 2025-07-31 02:57:35 +02:00

Compare commits

..

2 commits

10 changed files with 11 additions and 9 deletions

View file

@ -9,10 +9,12 @@ export function saveToken(token) {
export function dictionaryIsDefault() {
const defaultDictionary = cloneObject(DEFAULT_DICTIONARY);
delete defaultDictionary.settings.theme;
delete defaultDictionary.lastUpdated;
delete defaultDictionary.createdOn;
delete defaultDictionary.version;
const currentDictionary = cloneObject(window.currentDictionary);
delete currentDictionary.settings.theme;
delete currentDictionary.lastUpdated;
delete currentDictionary.createdOn;
delete currentDictionary.version;

View file

@ -248,7 +248,7 @@
}
@media (max-width: 750px) {
#defaultTheme {
#blueTheme {
$dark: #bababa;
$mid: #dedede;
$light: #efefef;

View file

@ -248,7 +248,7 @@
}
@media (max-width: 750px) {
#defaultTheme {
#darkTheme {
$dark: #bababa;
$mid: #dedede;
$light: #efefef;

View file

@ -247,7 +247,7 @@
}
@media (max-width: 750px) {
#defaultTheme {
#grapeTheme {
$dark: #bababa;
$mid: #dedede;
$light: #efefef;

View file

@ -248,7 +248,7 @@
}
@media (max-width: 750px) {
#defaultTheme {
#greenTheme {
$dark: #bababa;
$mid: #dedede;
$light: #efefef;

View file

@ -247,7 +247,7 @@
}
@media (max-width: 750px) {
#defaultTheme {
#lightTheme {
$dark: #bababa;
$mid: #dedede;
$light: #efefef;

View file

@ -247,7 +247,7 @@
}
@media (max-width: 750px) {
#defaultTheme {
#mintTheme {
$dark: #bababa;
$mid: #dedede;
$light: #efefef;

View file

@ -248,7 +248,7 @@
}
@media (max-width: 750px) {
#defaultTheme {
#redTheme {
$dark: #bababa;
$mid: #dedede;
$light: #efefef;

View file

@ -248,7 +248,7 @@
}
@media (max-width: 750px) {
#defaultTheme {
#royalTheme {
$dark: #bababa;
$mid: #dedede;
$light: #efefef;

View file

@ -248,7 +248,7 @@
}
@media (max-width: 750px) {
#defaultTheme {
#yellowTheme {
$dark: #bababa;
$mid: #dedede;
$light: #efefef;