Skip to content

gitee by wuyong

Screenshot of gitee

Details

Authorwuyong

LicenseNo License

Categorygitee

Created

Updated

Size1.4 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

gitee.com

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         gitee vs
@version      20210819.15.12
@namespace    userstyles.world/user/wuyong
@description  vs
@author       wuyong
@license      No License
==/UserStyle== */

@-moz-document domain("gitee.com") {
.file_holder .file_content.code .lines pre,
.file_holder .file_content.blame .lines pre {
	border: none;
	border-radius: 0;
	font-family: Ubuntu Mono, consolas, monospace;
	font-size: 14px !important;
	line-height: 1.3571 !important;
	margin: 0;
	padding: 10px 0;
}

.white .highlight pre {
	color: #000;
}

.white .highlight .na {
	color: #000;
}

.white .highlight .nn {
	color: #000;
	font-weight: normal;
}

.white .highlight .no {
	color: #000;
}

.white .highlight .mi {
	color: #000;
}

.white .highlight .k {
	color: #0101fd;
	font-weight: normal;
}

.white .highlight .kt {
	color: #0101fd;
	font-weight: normal;
}

.white .highlight .kn {
	font-weight: normal;
	color: #0101fd;
}

.white .highlight .kd {
	font-weight: normal;
	color: #0101fd;
}

.white .highlight .c1 {
	color: #008000;
}

.white .highlight .cm {
	color: #008000;
}

.white .highlight .nc {
	color: #006881;
	font-weight: normal;
}

.white .highlight .nf {
	color: #006881;
	font-weight: normal;
}

.white .highlight .s {
	color: #a31515;
}

.white .highlight .kc {
	color: #07704a;
	font-weight: normal;
}
}

Reviews

No reviews yet.