A userstyle of runoob web.
runoob-style by FuhaoWaterMelon
Details
AuthorFuhaoWaterMelon
LicenseNo License
Categoryhttps://www.runoob.com/
Created
Updated
Size591 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 runoob-style
@namespace github.com/openstyles/stylus
@version 1.0.1
@description A userstyle of runoob web.
@author Watermelon
==/UserStyle== */
@-moz-document url-prefix("https://www.runoob.com/") {
a,h2.left{
font-family : "fangsong";
font-weight : 600;
}
div.container.main{
background-color : rgb(255,250,232);
}div.container.navigation{
font-size : 15px;
height : 45px;
}button.feedback-btn.feedback-btn-gray{
font-family : "kaiti";
}
}