StackEdit UI beautification.
StackEdit-Styles-1 by Fuger2021
Details
AuthorFuger2021
LicenseNo License
Categorystackedit.io
Created
Updated
Size819 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Please replace the background url.
Source code
/* ==UserStyle==
@name StackEdit-Styles
@version 20240831.17.22
@namespace ?
==/UserStyle== */
@-moz-document url-prefix("https://stackedit.io") {
a {
text-decoration: none;
}
code {
font-family: "JetBrainsMono Nerd Font","Roboto Mono","Lucida Sans Typewriter","Lucida Console","monaco","Courrier,monospace","楷体" !important;
}
code * {
font-family: "JetBrainsMono Nerd Font","Roboto Mono","Lucida Sans Typewriter","Lucida Console","monaco","Courrier,monospace","楷体" !important;
}
:not(.katex) {
font-family: "Times New Roman","宋体";
}
body {
background-image: url(your_bg_url) !important;
background-size: cover !important; /* 图片覆盖整个背景区域 */
}
/* 设置所有元素的透明度为 50% */
* {
opacity: 0.98;
}
}