:'/
Rivertail's theme by rixingithub
Details
Authorrixingithub
LicenseNo License
Categorystylus
Created
Updated
Code size1.0 kB
Code checksum8c66cca3
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Rivertail's theme
@version 20220103.14.32
@namespace userstyles.world/user/rixingithub
@description :'/
@author rixingithub
@license No License
==/UserStyle== */
@-moz-document url-prefix("https://"), url-prefix("chrome-extension://") {
body, div[class^=jsx-].content, div[class^=css-], button[class^=css-], div[role=dialog], button[class^=jsx-], input, input#modal1val-template, span[class^=jsx-].text, div[class^=css-]:hover {
background-color: #d1feff;
transition: none;
animation: none;
color: #575e75;
font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif;
}
* {
border: 0 !important;
}
nav, header, div#header, div.header header[class], header[id], div.content, div.toggle, div.codemirror.cm-s-default.codemirror-wrap.resize-grip-enabled {
background-color: #d1feff;
}
div.codemirror-gutters {
background-color: #00feff;
}
ul[class^=css-] {
background-color: #d1feff;
}
a {
color: #424346;
text-decoration: none;
}
}