HEX
Server: Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33
System: Linux li317-225.members.linode.com 3.10.0-1062.12.1.el7.x86_64 #1 SMP Tue Feb 4 23:02:59 UTC 2020 x86_64
User: apache (48)
PHP: 7.4.33
Disabled: NONE
Upload Files
File: /var/www/farmoskosmicfarms_backup/resources/css/sass/layouts/_dark.scss
/* Dark - Background */
html.dark {
	&,
	body {
		background-color: $dark-bg;
	}

	&.boxed {
		.content-body {
			background-color: $dark-bg;
		}
	}
}

html.dark {
	body {
		color: $dark-default-text;
	}
	.hidden-on-dark {
		display: none !important;
	}
	.bg-white {
		background-color: $dark-color-2 !important;
	}
}

// ELEMENTS
// -----------------------------------------------------------------------------
/* Dark - Titles */
html.dark {
	h1,
	.h1,
	h2,
	.h2,
	h3,
	.h3,
	h4,
	.h4,
	h5,
	.h5,
	h6,
	.h6 {
		color: #FFF;
	}
}

/* Dark - Alerts */
html.dark {
	.alert h1,
	.alert .h1,
	.alert h2,
	.alert .h2,
	.alert h3,
	.alert .h3,
	.alert h4,
	.alert .h4,
	.alert h5,
	.alert .h5,
	.alert h6,
	.alert .h6 {
		color: #111;
	}
}

/* Dark - Blockquote */
html.dark {
	blockquote:not(.primary):not(.success):not(.danger):not(.warning):not(.info):not(.dark) {
		border-color: $dark-color-3;
	}
}

/* Dark - Helpers */
html.dark {
	.text-dark {
		color: #FFF !important;
	}
}

// NAV LIST
// -----------------------------------------------------------------------------
html.dark {
	ul.nav-list.primary > li a {
		border-bottom-color: #282d36;

		&:hover {
			background-color: #282d36;
		}
	}
}

// PAGINATION
// -----------------------------------------------------------------------------
html.dark {
	.pagination > li > a,
	.pagination > li > span {
		background-color: $dark-color-3;
		border-color: $dark-color-5;
	}

	.pagination > li.active > a,
	.pagination > li.active > span {
		background-color: $color-primary;
		border-color: $dark-color-5;
	}

	.pagination > li.disabled > a,
	.pagination > li.disabled > span {
		background-color: $dark-color-3;
		border-color: $dark-color-5;
	}
}

// DROP-DOWN MENU
// -----------------------------------------------------------------------------
html.dark {
	.dropdown-menu {
		background-color: $dark-color-3;

		> li > a {
			color: #EEE;

			&:hover,
			&:focus {
				background-color: $dark-color-1;
				color: #FFF;
			}
		}
	}
}

// HR
// -----------------------------------------------------------------------------
html.dark {
	hr.dotted,
	hr.solid {
		border-color: #4C4C4C;
	}
}

// THUMBS
// -----------------------------------------------------------------------------
html.dark {
	.img-thumbnail,
	.thumbnail {
		background-color: $dark-color-2;
		border-color: $dark-color-3;
	}
}

// NOTIFICATIONS
// -----------------------------------------------------------------------------
html.dark {
	.notification-menu {
		.title {
			color: #c3c3c3;
		}
	}
}

// INPUT GROUP
// -----------------------------------------------------------------------------
html.dark {
	.input-group-text {
		background-color: $dark-color-2;
		border-color: $dark-color-2;
		color: $dark-default-text;
	}
}

// MAILBOX
// -----------------------------------------------------------------------------
html.dark {
	.mailbox-compose {
		.bootstrap-tagsinput {
			background: transparent;
			> input {
				color: #FFF;
			}
		}
	}	
}