Skip to content

stats.timetracker.nr - Dark by vergissberlin

Details

Authorvergissberlin

LicenseMIT

Categorynetresearch.de

Created

Updated

Size704 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

When you do in the night, you my not like it so bright!

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           stats.timetracker.nr - Dark
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    Dark style for the timetracker stats
@author         André Lademann <andre.lademann@netresearch.de>
==/UserStyle== */
@-moz-document domain("stats.timetracker.nr") {
	body {
		background: #212529;
		color: #b5c7d6;
		opacity: .84;
		font-size: 90%;
	}
	.alert-warning {
		background: #fff3cd0f;
	}
	.alert-danger {
		background: #f8d7da4f;
	}
	.alert-success {
		background: #d4edda59;
	}
	.page-link,
	.page-item.disabled .page-link {
		background: #ffffff33;
		border-color: #ffffff77;
	}
	.bg-info {
		opacity: .6;
	}
	tr.text-muted {
		display: none;
	}
}

Reviews

No reviews yet.