Skip to content

Amanz.my After Dark by jhoooooo

Screenshot of Amanz.my After Dark

Details

Authorjhoooooo

LicenseNo License

Categoryamanz.my

Created

Updated

Size2.0 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Dark/Night Mode

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         amanz.my
@version      20211207.12.20
@namespace    userstyles.world/user/jhoooooo
@description  Dark/Night Mode
@author       jhoooooo
@license      No License
==/UserStyle== */

@-moz-document url-prefix("https://amanz.my/") {
/* 29 November 2021 */
:root {
	--background: #0f0e17;
	--foreground: #161925;
	--primarytext: #a7a9be;
	--secondarytext: #818295;
}

body,
.bg-white {
	background-color: var(--background);
	color: var(--primarytext);
}

input,
select,
textarea {
	color: #535353;
}

hr,
.border,
.border-t,
.border-b,
.wp-block-separator {
	border-color: #373737;
}

.text-\[\#171717\],
.text-\[\#bbb\] {
	color: var(--secondarytext);
}

.text-sm,
.text-white {
	color: var(--primarytext);
}

.text-white.bg-\[\#f45\] {
	color: #3d3d3d;
}

.text-black,
.text-\[\#999\] {
	color: var(--secondarytext);
}

#menu-button span,
button.mt-2.w-full.bg-amanz-blue.hover\:bg-\[\#f45\].text-white.p-1 {
	color: #3d3d3d;
}

#menu-button svg {
	fill: #3d3d3d;
}

.shortcode-information {
	background-color: var(--foreground)!important;
}

.prev-post a:hover,
.next-post a:hover {
	background: var(--foreground);
}

.p-5.text-center.flex.flex-col.items-center svg {
	fill: var(--primarytext);
}

.origin-top-right.absolute.right-0.mt-2.w-56.rounded-md.shadow-lg.bg-white.ring-1.ring-black.ring-opacity-5.focus\:outline-none {
	border: 1px solid;
	border-color: #373737;
}

.container.mx-auto.p-4.flex.flex-row.items-center.bg-\[\#333\].text-white.text-sm.mt-8 {
	background: var(--foreground);
}

.border-t.border-b.py-4.my-8.flex.items-center.justify-center {
	border-left-width: 1px;
	border-right-width: 1px;
}

.grid.grid-cols-2.lg\:flex.lg\:flex-col.border-b.last\:border-0.lg\:border-0.py-6:hover,
.hover\:underline:hover {
	text-decoration: none;
	opacity: 0.8;
}

span.absolute.bottom-0.left-0.bg-\[\#2ba6cb\].z-50.h-\[min-content\].w-min.px-1.py-1.text-xs.text-white {
	background-color: rgb(4 48 61);
	border: none;
}
}

Reviews

No reviews yet.