Sha256: 5d22b2d6c0e2903a3ce1e013ab32896e265f2de4a2e0a80f096d4895c07407cd

Contents?: true

Size: 850 Bytes

Versions: 5

Compression:

Stored size: 850 Bytes

Contents

[data-bs-theme=dark] {
	background: #222222;

	body {
		color: $white;
	}

	table {
		background: #333333;
		color: $white;
	}

	.table tr,
	.table th + th, 
	.table td + td {
		border-color: #222222;
	}

	.navbar {
		background-color: #222222 !important;
	}

	.article h2 {
		color: $danger;
	}

	.article .article__entry p span {
		color: #000;
	}

	.accordion .accordion-button {
		color: $white;
	}

	.accordion .accordion-item {
		color: $white;
	}

	.accordion .accordion-button:after {
		border-left-color: $white;
	}

	.tile--danger,
	.tile--danger--alt {
		background: #333333;
	}

	.section-main .section__content-aside {
		background: #222222;
	}

	.switch {
		color: $white;
	}

	.search .form-control {
		background: #333333;

		&:focus {
			border-color: $danger;
		}
	}
}

Version data entries

5 entries across 5 versions & 2 rubygems

Version Path
nsit-jekyll-theme-0.1.0 _sass/_theme.scss
raikar11-0.1.3 _sass/_theme.scss
raikar11-0.1.2 _sass/_theme.scss
raikar11-0.1.1 _sass/_theme.scss
raikar11-0.1.0 _sass/_theme.scss