Skip to content

instructure.com by supertux20

Details

Authorsupertux20

LicenseGNU-GPL v3.0

Categoryinstructure

Created

Updated

Size646 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

A very simple tweak to give Canvas a dark mode. Not fully complete: some things are still white

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         instructure.com
@version      20220103.17.28
@namespace    userstyles.world/user/supertux20
@description  A very simple tweak to give Canvas a dark mode. Not fully complete: some things are still white
@author       supertux20
@license      GNU-GPL v3.0
==/UserStyle== */

@-moz-document domain("instructure.com") {
#application,
#breadcrumbs,
#printQuizButton,
#content *,
.navigation-tray-container {
	background-color: black;
	color: white;
}

:root {
	--ic-brand-global-nav-avatar-border: none;
	--ic-brand-font-color-dark: #007FFF;
}

.list-view a.active {
	border-left: 2px solid #007FFF;
	color: #007FFF;
}
}

Reviews

No reviews yet.