Basic dark mode for the University of Bamberg's Virtual Campus (VC).
Uni Bamberg's Virtual Campus – Simple Dark Mode by tyrandus
Details
Authortyrandus
LicenseCC0
Categoryvc.uni-bamberg.de
Created
Updated
Size517 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Uni Bamberg's Virtual Campus – Simple Dark Mode
@version 20240505.15.50
@namespace https://userstyles.world/user/tyrandus
@description Basic dark mode for the University of Bamberg's Virtual Campus (VC).
@author tyrandus
@license CC0
==/UserStyle== */
@-moz-document url-prefix("https://vc.uni-bamberg.de/") {
html {
background: black;
filter: invert(90%);
}
img:not(.navbar-brand .logo), .activityiconcontainer, .card-img {
filter: invert(110%);
}
}