diff --git a/.idea/sonarlint/issuestore/index.pb b/.idea/sonarlint/issuestore/index.pb new file mode 100644 index 0000000..e69de29 diff --git a/apps/gnous_eu/static/images/favicon.ico b/apps/gnous_eu/static/images/favicon.ico index 060facc..41de2a5 100644 Binary files a/apps/gnous_eu/static/images/favicon.ico and b/apps/gnous_eu/static/images/favicon.ico differ diff --git a/apps/gnous_eu/static/images/gnous.png b/apps/gnous_eu/static/images/gnous.png index 0e63736..cac8001 100644 Binary files a/apps/gnous_eu/static/images/gnous.png and b/apps/gnous_eu/static/images/gnous.png differ diff --git a/apps/gnous_eu/static/images/gnous.svg b/apps/gnous_eu/static/images/gnous.svg index 17b7127..0175dfb 100644 --- a/apps/gnous_eu/static/images/gnous.svg +++ b/apps/gnous_eu/static/images/gnous.svg @@ -1 +1,262 @@ - \ No newline at end of file + + + + diff --git a/apps/gnous_eu/templates/layouts/foot.html b/apps/gnous_eu/templates/layouts/foot.html index fe48e62..c07763c 100644 --- a/apps/gnous_eu/templates/layouts/foot.html +++ b/apps/gnous_eu/templates/layouts/foot.html @@ -15,7 +15,7 @@ Don't judge me window.theme = document.querySelector('input[name=theme]'); theme.checked = document.documentElement.getAttribute('data-theme') === 'dark'; - window.applyTheme = function(theme) { + window.applyTheme = function (theme) { document.documentElement.setAttribute('data-theme', theme); let cards = document.querySelectorAll(".uk-card.uk-card-default,.uk-card.uk-card-secondary"); @@ -35,22 +35,6 @@ Don't judge me }) - - -