Skip to content

simple dark mode for hive dashboard by myrrysart

Details

Authormyrrysart

LicenseNo License

Categorydashboard.hive.fi

Created

Updated

Code size792 B

Code checksum7da189d4

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

A simple dark theme for hive for students.

Notes

Very simple. If you are a hive student and do not like it, I believe you already can figure out how to fix it to your liking from here on out.

Source code

/* ==UserStyle==
@name           simple dark mode for hive
@namespace      github.com/openstyles/stylus
@version        0.1.0
@description    A simple dark theme for hive for students.
@author         Jyniemit Hiver 7
==/UserStyle== */
@-moz-document domain("dashboard.hive.fi") {
	body {
		background-color: #000;
		color: whitesmoke;
	}
	a {
		color: white;
	}
	th {
		color: white;
	}
	td {
		color: white;
	}
	div {
		color: black;
	}
	div.modal-body {
		background-color: black
	}
	div.title {
		color: white;
	}
	div.ts {
		color: white;
	}
	div.desc {
		color: white;
	}
	td.topic-tags.align-middle {
		color: white;
	}
	p {
		color: white
	}
	h1 {
		color: white
	}
	h2 {
		color: white
	}
	li {
		color: white
	}
	span {
		color: white
	}
	div.message {
		background-color:black
	}
}

Reviews

No reviews yet.