1
0
Fork 0
mirror of https://github.com/Alamantus/Lexiconga.git synced 2025-09-03 01:34:23 +02:00

Compare commits

..

No commits in common. "b634add76668b5f72435d46f80a1ef611426cc28" and "b9eae6397b308a2a8eea7945dfc4e7736a22787b" have entirely different histories.

10 changed files with 9 additions and 11 deletions

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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