From ec40fa0a7ad15ba3fb3deb782b51c92c58b7b3b9 Mon Sep 17 00:00:00 2001 From: bruno Date: Thu, 6 Jun 2024 08:59:54 +0200 Subject: [PATCH 01/13] Add message to notes --- pages/notes/index.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pages/notes/index.html b/pages/notes/index.html index 9150f5a..2307089 100644 --- a/pages/notes/index.html +++ b/pages/notes/index.html @@ -4,3 +4,5 @@

Adlerka Zošit


+

Čoskoro bude v prevádzke

+

Nájdete(a pridáte) tu poznámky a úlohy zo školy

From 9a379aa6ed1e92887b3a1be4885c246a59ebc469 Mon Sep 17 00:00:00 2001 From: bruno Date: Thu, 6 Jun 2024 09:04:43 +0200 Subject: [PATCH 02/13] Fix login --- templates/login.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/templates/login.html b/templates/login.html index d084388..c4b6e73 100644 --- a/templates/login.html +++ b/templates/login.html @@ -9,20 +9,20 @@ -

Register

+

Don't have an account

- \ No newline at end of file From f9b4278a76841edeadc6a6ea9b8a6096cbf2731e Mon Sep 17 00:00:00 2001 From: bruno Date: Thu, 6 Jun 2024 09:12:12 +0200 Subject: [PATCH 03/13] Fix active --- assets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/style.css b/assets/style.css index 43c47f8..455fb62 100644 --- a/assets/style.css +++ b/assets/style.css @@ -467,7 +467,7 @@ div#articleslist>article{ display: flex; -moz-box-shadow: 0 20px 28px 0 var(--dimmer); -webkit-box-shadow: 0 20px 28px 0 var(--dimmer); - background-color: var(--dimmer); + background-color: var(--pico-primary-background); box-shadow: 0 20px 28px 0 var(--dimmer); top: 100px; text-align: center; From 520554024b96c686af2f7cc1228d58cfb275ad71 Mon Sep 17 00:00:00 2001 From: bruno Date: Thu, 6 Jun 2024 09:14:41 +0200 Subject: [PATCH 04/13] Add link to logo --- templates/nav.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/templates/nav.html b/templates/nav.html index 593e9ef..84fd698 100644 --- a/templates/nav.html +++ b/templates/nav.html @@ -1,9 +1,11 @@