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;
}