A new userstyle
www.lofter.com - 2024年7月 by doowind
Details
Authordoowind
LicenseNo License
Categorylofter.com
Created
Updated
Size360 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 www.lofter.com - 2024年7月
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document url-prefix("https://www.lofter.com/") {
/* 在此插入代码... */
body {
text-align: center;
background-color: #0e0e0e;
}
}