diff --git a/README.md b/README.md index 3232683..f091123 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ ## PageBurger PageBurger is a simple note-taking app with end-to-end encryption. -PageBurger is a community fork of the discontinued [BurgerNotes](https://codeberg.org/burger-software/burgernotes). Most of the credits go to BurgerSoftware. +PageBurger is a community fork of the discontinued [burgernotes](https://codeberg.org/burger-software/burgernotes). Most of the credits go to burger software. ### links [Go to the PageBurger website](https://notes.hectabit.org) diff --git a/static/css/style.css b/static/css/style.css index 53be75f..e591e68 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -83,6 +83,21 @@ color: white; background-color: #202124; } + + .flathubLogo { + filter: invert(100%) + } + + .feature { + background-color: rgba(0, 0, 0, 0) !important; + color: var(--text-color) + } + .mainDiv .yellow { + border-color: #e9e98d !important; + } + .mainDiv .green { + border-color: #a9f9a9 !important; + } } p, @@ -638,13 +653,6 @@ body { background-color: #ffffeb; } -.mainDiv img { - position: fixed; - right: 7vh; - top: 8vh; - border-radius: 8px; -} - .links { text-align: center; padding: 10px; diff --git a/static/svg/flathubdark.svg b/static/svg/flathubdark.svg new file mode 100644 index 0000000..1db1173 --- /dev/null +++ b/static/svg/flathubdark.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/flathublight.svg b/static/svg/flathublight.svg new file mode 100644 index 0000000..060a2db --- /dev/null +++ b/static/svg/flathublight.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/templates/main.html b/templates/main.html index d4b5417..f410802 100644 --- a/templates/main.html +++ b/templates/main.html @@ -15,13 +15,17 @@

PageBurger

-

A simple note-taking app!

+

A simple note-taking service!


Open in your browser -
+ Download for iOS + + + +
-


+
Secure All your notes are fully end-to-end encrypted. Only you can read your notes, not anyone else.