This commit is contained in:
maaa 2024-06-06 17:00:07 +02:00
parent 0b3a8cc096
commit 79fc76546e
2 changed files with 14 additions and 3 deletions

View File

@ -20,7 +20,7 @@
<p class="burgerText">Burgernotes is the service for storing your <b>shopping list</b>, <b>tasks'n
todos</b>, <b>code snippets</b> plus more. Oh, and did we mention it's free too?</p>
<br>
<a>Download for your device</a> or
<a>🍔 Download</a> or
<a href="/app">Open in your web browser</a>
<br><br>
<br>
@ -34,8 +34,8 @@
<div class="feature black">
<h1>For your device.</h1>
<p>Burgernotes features a simple, yet powerful user interface.</p>
<p>We support your device, including <b>Windows</b>, <b>macOS</b>, <b>Linux</b> + <b>iOS</b> and
<b>Android</b>.</p>
<p>We support your device, including Windows, macOS, Linux + iOS and
Android.</p>
</div>
<div class="feature" style="background-color: rgba(0, 0, 0, 0); margin-bottom: 0;">

View File

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