SB fix.
SB-Insights by themangokid
Details
Authorthemangokid
LicenseNo License
CategorySB-Insights
Created
Updated
Size1.2 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 SB-Insights
@version 20220312.12.12
@namespace userstyles.world/user/themangokid
@description SB fix.
@author themangokid
@license No License
==/UserStyle== */
@-moz-document url("https://insights.studybee.io/"), url("https://insights.studybee.io/"), url-prefix("https://insights.studybee.io/"), domain("https://insights.studybee.io/") {
/* Dark mode (not done)*/
body {
color: white;
background-color:#202124;
}
.ews::before {
display:flex;
justify-content:center;
content:"Använd vimium för att skrolla";
color: white;
background-color:#202124;
}
.ui.checkbox {
color: white;
}
.modal__header {
color: white;
background-color:#202124;
}
/* Dark mode (not done)*/
.modal__content {
background-color:#202124;
}
.cover::empty {
background-color:green;
}
/* The main cover for the modal*/
.cover--open {
margin-left:50%;
margin-top:22%;
}
.modal .modal--open::before {
margin-left:50%;
}
.cover--open.cover {
width:30%;
height:15%;
}
/* Minimize AREA of modal*/
.modal__main-content.modal--large {
height:350px;
}
}