WIP: redo the web UI #6
@ -78,31 +78,33 @@
|
|||||||
</details>
|
</details>
|
||||||
<br />
|
<br />
|
||||||
<!-- Main Links -->
|
<!-- Main Links -->
|
||||||
<div class="main-links">
|
<small>
|
||||||
<a
|
<div class="main-links">
|
||||||
href="https://github.com/umutcamliyurt/Amnezichat"
|
<a
|
||||||
target="_blank"
|
href="https://github.com/umutcamliyurt/Amnezichat"
|
||||||
class="bg-blue-300 hover:bg-blue-400 text-gray-900 py-2 px-6 rounded-full transition duration-300"
|
target="_blank"
|
||||||
>Source Code</a
|
class="text-blue-300 hover:text-blue-400 transition duration-300"
|
||||||
>
|
>Source Code</a
|
||||||
<a
|
>
|
||||||
href="http://aqfyl6g24k44oyes3n35nrnlhdfvdwfvi4a7umjalu4dcstuzkxft4id.onion"
|
<a
|
||||||
target="_blank"
|
href="http://aqfyl6g24k44oyes3n35nrnlhdfvdwfvi4a7umjalu4dcstuzkxft4id.onion"
|
||||||
class="bg-blue-300 hover:bg-blue-400 text-gray-900 py-2 px-6 rounded-full transition duration-300"
|
target="_blank"
|
||||||
>Onionsite</a
|
class="text-blue-300 hover:text-blue-400 transition duration-300"
|
||||||
>
|
>Onionsite</a
|
||||||
<a
|
>
|
||||||
href="http://epmrgx35crapamcxlpggowr7vg3fbxosmkow66konjomn4nlphda.b32.i2p"
|
<a
|
||||||
target="_blank"
|
href="http://epmrgx35crapamcxlpggowr7vg3fbxosmkow66konjomn4nlphda.b32.i2p"
|
||||||
class="bg-blue-300 hover:bg-blue-400 text-gray-900 py-2 px-6 rounded-full transition duration-300"
|
target="_blank"
|
||||||
>Eepsite</a
|
class="text-blue-300 hover:text-blue-400 transition duration-300"
|
||||||
>
|
>Eepsite</a
|
||||||
<a
|
>
|
||||||
href="https://github.com/umutcamliyurt/Amnezichat?tab=readme-ov-file#donate-to-support-development-of-this-project"
|
<a
|
||||||
class="bg-blue-300 hover:bg-blue-400 text-gray-900 py-2 px-6 rounded-full transition duration-300"
|
href="https://github.com/umutcamliyurt/Amnezichat?tab=readme-ov-file#donate-to-support-development-of-this-project"
|
||||||
>Donate Monero</a
|
class="text-blue-300 hover:text-blue-400 transition duration-300"
|
||||||
>
|
>Donate Monero</a
|
||||||
</div>
|
>
|
||||||
|
</div>
|
||||||
|
</small>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div
|
<div
|
||||||
|
@ -409,6 +409,9 @@
|
|||||||
--tw-font-weight: var(--font-weight-semibold);
|
--tw-font-weight: var(--font-weight-semibold);
|
||||||
font-weight: var(--font-weight-semibold);
|
font-weight: var(--font-weight-semibold);
|
||||||
}
|
}
|
||||||
|
.text-blue-300 {
|
||||||
|
color: var(--color-blue-300);
|
||||||
|
}
|
||||||
.text-gray-500 {
|
.text-gray-500 {
|
||||||
color: var(--color-gray-500);
|
color: var(--color-gray-500);
|
||||||
}
|
}
|
||||||
@ -521,6 +524,13 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
.hover\:text-blue-400 {
|
||||||
|
&:hover {
|
||||||
|
@media (hover: hover) {
|
||||||
|
color: var(--color-blue-400);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
@property --tw-rotate-x {
|
@property --tw-rotate-x {
|
||||||
syntax: "*";
|
syntax: "*";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user