From 79fc76546e4f1a3eb419b9ce2ff4f151d15ffa9b Mon Sep 17 00:00:00 2001 From: maaa Date: Thu, 6 Jun 2024 17:00:07 +0200 Subject: [PATCH] s --- index.html | 6 +++--- static/css/style.css | 11 +++++++++++ 2 files changed, 14 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index 66d822e..fdff350 100644 --- a/index.html +++ b/index.html @@ -20,7 +20,7 @@

Burgernotes is the service for storing your shopping list, tasks'n todos, code snippets plus more. Oh, and did we mention it's free too?


- Download for your device or + 🍔 Download or Open in your web browser


@@ -34,8 +34,8 @@

For your device.

Burgernotes features a simple, yet powerful user interface.

-

We support your device, including Windows, macOS, Linux + iOS and - Android.

+

We support your device, including Windows, macOS, Linux + iOS and + Android.

diff --git a/static/css/style.css b/static/css/style.css index f74dbb1..0080640 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -97,6 +97,17 @@ background-color: rgba(0, 0, 0, 0) !important; color: var(--text-color); } + .mainDiv { + color: white !important; + } + + .mainDiv .black { + background-color: #000000 !important; + } + .mainDiv .black p { + background-color: #000000 !important; + } + .mainDiv .yellow { border-color: #e9e98d !important; }