mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-04-09 03:56:04 +00:00
deploy: 01dd857ef6
This commit is contained in:
@@ -59,7 +59,7 @@
|
||||
<script async defer src="https://buttons.github.io/buttons.js"></script>
|
||||
</head>
|
||||
|
||||
<body class="bg-[#F3F6F7] dark:bg-[#0C0B13]">
|
||||
<body class="bg-white dark:bg-[#000832]">
|
||||
|
||||
|
||||
|
||||
@@ -193,7 +193,7 @@
|
||||
|
||||
<li><a href="/docs/directory.html" class=" lg:px-[20px] inline-block whitespace-nowrap">SimpleX Directory</a></li>
|
||||
|
||||
<li><a href="/docs/sql.html" class=" lg:px-[20px] inline-block whitespace-nowrap">Accessing chat database</a></li>
|
||||
<li><a href="/docs/android.html" class=" lg:px-[20px] inline-block whitespace-nowrap">Accessing Android files</a></li>
|
||||
|
||||
<li><a href="/docs/server.html" class=" lg:px-[20px] inline-block whitespace-nowrap">Host SMP Server</a></li>
|
||||
|
||||
@@ -616,7 +616,7 @@ window.addEventListener('click',(e)=>{
|
||||
});
|
||||
</script>
|
||||
|
||||
<section id="doc" class="bg-white dark:bg-[#17203D] mt-[66px]">
|
||||
<section id="doc" class="bg-white dark:bg-[#000832] mt-[66px]">
|
||||
<div>
|
||||
<main>
|
||||
<aside class="sidebar px-4 lg:px-7">
|
||||
@@ -869,7 +869,7 @@ window.addEventListener('click',(e)=>{
|
||||
|
||||
|
||||
|
||||
<div class="sticky top-[66px] bg-white dark:bg-[#17203D] z-[49] !py-2 lg:hidden">
|
||||
<div class="sticky top-[66px] bg-white dark:bg-[#071C46] z-[49] !py-2 lg:hidden">
|
||||
<div class="relative flex items-center justify-between">
|
||||
<button class="menu flex items-center gap-2">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false" viewBox="0 0 24 24" class="menu-icon h-4 w-4 fill-[rgb(60,60,60)] dark:fill-white">
|
||||
|
||||
Reference in New Issue
Block a user