Skip to content

dh_dark_git.freezerapp.xyz by dannation

Mirrored from https://dannation.keybase.pub/usercss/dh_dark_git.freezerapp.xyz.user.css

Screenshot of dh_dark_git.freezerapp.xyz

Details

Authordannation

LicenseNo License

Categoryfreezerapp

Created

Updated

Size2.8 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Less blinding than the default.

Notes

Dark and less blinding than the default for git.freezerapp.xyz

Source code

/* ==UserStyle==
@author         dannation
@namespace      dannation
@name           dh_dark_git.freezerapp.xyz
@description    `Less blinding than the default.`
@version        1.0.8
@preprocessor   default
==/UserStyle== */
@-moz-document domain("git.freezerapp.xyz") {
    /**/
	.ui.menu .item,
	body {
		color: rgba(255,255,255,.87);
		background: #000000ff;
	}

	.ui.breadcrumb a,
	.ui.menu .item {
		color: #0091ff;
/*		color: #47c665;*/
	}

	.text {
		color: #ffffff !important;
	}

	.ui.secondary.menu .dropdown.item:hover, .ui.secondary.menu .link.item:hover, .ui.secondary.menu a.item:hover {
		color: rgba(0,0,0,1);
		background: rgba(22,120,194,1);
	}

	.ui.tabular.menu .item.active,
	.ui.tabular.menu .item:hover,
	.ui.tabular.menu .item {
		border-top-left-radius: 8px;
		border-top-right-radius: 8px;
		margin-left: 2px;
		margin-right: 2px;
	}

	.ui.tabular.menu .item.active {
		margin-bottom: -6px;
		color: rgba(255,255,255,.5) !important;
		background: #000000ff;
		border-bottom-left-radius: 0px !important;
		border-bottom-right-radius: 0px !important;
		border: 3px #1678c2 solid !important;
		border-bottom: 3px #000000ff solid !important;
	}

	.repository .ui.tabs.divider {
		margin-top: -0px;
		margin-bottom: 0px;
	}

	.header-wrapper {
		border-bottom: 4px #1678c2 solid !important;
		margin-bottom: 8px;
	}

	.ui.tabular.menu .item {
		color: rgba(255,255,255,.5) !important;
		background: #222222ff;
	}

	.ui.tabular.menu .item:hover {
		color: rgba(0,0,0,1) !important;
		background: #1678c2;
	}

	.tab-size-8,
	table {
		display: table;
		border-collapse: separate;
		box-sizing: border-box;
		text-indent: initial;
		border-spacing: 0px !important;
		border-radius: 6px !important;
		border: 3px #1678c2 solid !important;
	}
	.ui.attached.table {
		border: 0px !important;
	}

	.following.bar.light {
		border-bottom: 3px solid #1678c2;
		box-shadow: 0 4px 3px rgba(0,0,0,.04);
		box-shadow: l
	}

	.ui.menu {
		display: flex;
		margin: 1rem 0;
		font-family: Roboto,Helvetica Neue,Arial,Helvetica,sans-serif;

		font-weight: 400;
		border: 1px solid rgba(34,36,38,.15);
		box-shadow: 0 1px 2px 0 rgba(34,36,38,.15);
		border-radius: .28571429rem;
		min-height: 2.85714286em;
	}
	.ui.table,
	.following.bar.light,
	.repository .header-wrapper,
	footer {
		color: #fff !important;
		background: #444444ff !important;
	}
	.ui.basic.button, .ui.basic.buttons .button {
		color: #fff !important;
		background: #111111aa !important;
	}

	body ::-webkit-scrollbar-track {
		background: rgba(0,0,0,.1);
		border-radius: 80%;
	}

	.ui.basic.button, .ui.basic.buttons .button,
	.repository #clone-panel {
		border-radius: .28571429rem .28571429rem .28571429rem .28571429rem;
		border-top: 1px #1678c2 solid;
		border-bottom: 1px #1678c2 solid;
		border-left: 1px #1678c2 solid;
		border-right: 1px #1678c2 solid;
	}
}

Reviews

No reviews yet.