This commit is contained in:
parent
0b3a8cc096
commit
79fc76546e
|
@ -20,7 +20,7 @@
|
||||||
<p class="burgerText">Burgernotes is the service for storing your <b>shopping list</b>, <b>tasks'n
|
<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>
|
todos</b>, <b>code snippets</b> plus more. Oh, and did we mention it's free too?</p>
|
||||||
<br>
|
<br>
|
||||||
<a>Download for your device</a> or
|
<a>🍔 Download</a> or
|
||||||
<a href="/app">Open in your web browser</a>
|
<a href="/app">Open in your web browser</a>
|
||||||
<br><br>
|
<br><br>
|
||||||
<br>
|
<br>
|
||||||
|
@ -34,8 +34,8 @@
|
||||||
<div class="feature black">
|
<div class="feature black">
|
||||||
<h1>For your device.</h1>
|
<h1>For your device.</h1>
|
||||||
<p>Burgernotes features a simple, yet powerful user interface.</p>
|
<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
|
<p>We support your device, including Windows, macOS, Linux + iOS and
|
||||||
<b>Android</b>.</p>
|
Android.</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="feature" style="background-color: rgba(0, 0, 0, 0); margin-bottom: 0;">
|
<div class="feature" style="background-color: rgba(0, 0, 0, 0); margin-bottom: 0;">
|
||||||
|
|
|
@ -97,6 +97,17 @@
|
||||||
background-color: rgba(0, 0, 0, 0) !important;
|
background-color: rgba(0, 0, 0, 0) !important;
|
||||||
color: var(--text-color);
|
color: var(--text-color);
|
||||||
}
|
}
|
||||||
|
.mainDiv {
|
||||||
|
color: white !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.mainDiv .black {
|
||||||
|
background-color: #000000 !important;
|
||||||
|
}
|
||||||
|
.mainDiv .black p {
|
||||||
|
background-color: #000000 !important;
|
||||||
|
}
|
||||||
|
|
||||||
.mainDiv .yellow {
|
.mainDiv .yellow {
|
||||||
border-color: #e9e98d !important;
|
border-color: #e9e98d !important;
|
||||||
}
|
}
|
||||||
|
|
Reference in New Issue