A simple green theme for renshuu.org
Green Renshuu by morgenman
Details
Authormorgenman
LicenseNo License
Categoryrenshuu.org
Created
Updated
Size506 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Note, until js injection is supported the header bar will still be blue. You can use a different extension to inject the following js:
var metaThemeColor = document.querySelector("meta[name=theme-color]");
metaThemeColor.setAttribute("content", "#28536B");
Source code
/* ==UserStyle==
@name renshuu.org - May 2024
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document domain("renshuu.org") {
/* Insert code here... */
:root{
--nav_bg : #0f5400;
--body_bg: #dbf9e0;
--quiz_submit: #effcf3;
--b_primary: #5a932c;
--b_primary_border: #4d7723;
--darkstripe: #ace797;
--fl_bg: #effcf3;
--alink: #347e17;
}
}