as it says
bluerobotics discussion board darkmode by jackskellet
Details
Authorjackskellet
LicenseNo License
Categoryhttps://discuss.bluerobotics.com/
Created
Updated
Size1.0 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name bluerobotics.com - 23.4.2023, 01:53:29
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document domain("bluerobotics.com") {
/* Insert code hbodyere... */
:root {
--scheme-type: light;
--primary: #f5f5f5;
--secondary: #282828;
--tertiary: #0088cc;
--quaternary: #e45735;
--header_background: #383838;
--header_primary: #333333;
--highlight: #ffff4d;
--danger: #c80001;
--success: #009900;
--love: #fa6c8d;
--d-selected: #b37e7e;
--d-hover: #f2f2f2;
--primary-low: #3e3e3e;
--primary-med-or-secondary-med: #913fff;
--primary-high: #40dffd;
--primary-very-low: #272727;
--blend-primary-secondary-5: rgb(32 32 32);
}
.composer-popup{
background: #42421d
}
html {
color: #dfdfdf;
}
#top-navbar-links{
color: #ffffff;
}
}