hn
hnbgjj by zhouyuhao
Details
Authorzhouyuhao
LicenseNo License
Categoryblankslate
Created
Updated
Size828 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 hnbgjj
@version 20230913.19.59
@namespace userstyles.world/user/zhouyuhao
@description hn
@author zhouyuhao
@license No License
==/UserStyle== */
@-moz-document domain("blankslate.io") {
/*V1*/
/*userinteractive
--*/
:root{
--minr:/*[[min]]*/;
--txnr:/*[[txn]]*/
}
/*stylesheet
--*/
/*min*/
.status-bar, .note-container, .note-area, .popin-list{
background-color:var(--minr)
}
/*txn*/
html, button, input, select, textarea, .status-bar a.top-left {
color:var(--txnr)
}
/*rbrd*/
.popin-list {
border:transparent
}
/*br*/
.popin-list{
border-radius:0
}
/*rbxs*/
.popin-list{
box-shadow:none
}
.show-output .note-result {
background-color:rgba(0,0,0,.1);
border-radius:5vh
}
.popin .overlay {
background-color:#808080;
opacity:.2
}
}