mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-06-04 12:31:46 +00:00
add section 2, 3 & 4 for desktop
This commit is contained in:
@@ -228,7 +228,10 @@ html {
|
||||
font-family: GT-Walsheim, Gilroy, Helvetica, sans-serif;
|
||||
}
|
||||
|
||||
html, body { background:#000; }
|
||||
html,
|
||||
body {
|
||||
background: #000;
|
||||
}
|
||||
|
||||
.hidden {
|
||||
display: none !important;
|
||||
|
||||
@@ -29,4 +29,4 @@ document.addEventListener('DOMContentLoaded', () => {
|
||||
testflightBtn.classList.remove('hidden');
|
||||
androidBtn.classList.remove('hidden');
|
||||
}
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user