From f033c687b000139583931086fe311d24c5e04b04 Mon Sep 17 00:00:00 2001 From: maaa Date: Sat, 15 Jun 2024 18:02:05 +0200 Subject: [PATCH 1/3] meow --- index.html | 4 +- static/css/style.css | 18 +++++---- static/svg/favicon.svg | 83 ++++++++++++++++++------------------------ 3 files changed, 48 insertions(+), 57 deletions(-) diff --git a/index.html b/index.html index 426f200..f480c0b 100644 --- a/index.html +++ b/index.html @@ -18,13 +18,11 @@

Safe home for your notes

Burgernotes is the number one service for storing your shopping list, tasks'n todos, code snippets plus more. And it's totally free.

-
-


diff --git a/static/css/style.css b/static/css/style.css index be0a1b5..3e86105 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -8,7 +8,7 @@ --editor: #ffffff; --text-color: #000000; --border-color: #dadada; - --theme-color: #592acb; + --theme-color: #1c71d8; --theme-text-color: #ffffff; --exit-color: #e9e9e9; --session-color: #f4f4f4; @@ -31,7 +31,7 @@ --editor: #202124; --text-color: #ffffff; --border-color: #393b3d; - --theme-color: #592acb; + --theme-color: #3584e4; --theme-text-color: #ffffff; --exit-color: #454649; --session-color: #2d2f31; @@ -110,6 +110,10 @@ .mainDiv .green { border-color: #a9f9a9 !important; } + + .links img { + filter: invert(100%) !important; + } } p, @@ -728,14 +732,14 @@ iframe#markdown { } .mainDiv a { - padding: 15px; - padding-left: 20px; - padding-right: 20px; + padding: 15.5px; + padding-left: 25px; + padding-right: 25px; margin-right: auto; color: white; text-decoration: none; - background-color: #592ACB; - border-radius: 12px; + background-color: var(--theme-color); + border-radius: 256px; } .mainDiv .burgerText { diff --git a/static/svg/favicon.svg b/static/svg/favicon.svg index 6e7f325..50a6522 100644 --- a/static/svg/favicon.svg +++ b/static/svg/favicon.svg @@ -1,55 +1,44 @@ - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + - - - + + + + - - - + + + + + + + + + + + + + - - - - + + + - - - + + + - - - + + + - - - - - - - - - - - From 148c357b5c25bccabfc8832b1412fadf1968a3ac Mon Sep 17 00:00:00 2001 From: maaa Date: Sat, 15 Jun 2024 18:29:07 +0200 Subject: [PATCH 2/3] fix --- static/css/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/static/css/style.css b/static/css/style.css index 3e86105..19e4b2e 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -113,6 +113,7 @@ .links img { filter: invert(100%) !important; + -webkit-filter: invert(100%) !important; } } From 1b110ec1af8ba0e85441af35780bcfeefdd2f6d2 Mon Sep 17 00:00:00 2001 From: maaa Date: Sat, 15 Jun 2024 18:31:27 +0200 Subject: [PATCH 3/3] iOS fixes --- static/css/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/static/css/style.css b/static/css/style.css index 19e4b2e..5164616 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -66,6 +66,7 @@ .burgerSession img { filter: invert(100%) !important; + -webkit-filter: invert(100%) !important; } .links a { @@ -87,6 +88,7 @@ .flathubLogo { filter: invert(100%); + -webkit-filter: invert(100%); } .feature { @@ -525,6 +527,7 @@ iframe#markdown { scale: 1.3; transform: translateY(1px); filter: invert(var(--sessioninvert)) !important; + -webkit-filter: invert(var(--sessioninvert)) !important; } .optionsDiv .section { @@ -569,6 +572,7 @@ iframe#markdown { .sessionDiv img { display: inline; filter: none !important; + -webkit-filter: none !important; height: 35px; position: static; margin-right: 5px;