CYBERPUNK theme for GMOJ
CYBERPUNK for GMOJ by lnw143
Details
Authorlnw143
LicenseMIT
Categorygmoj.net
Created
Updated
Size641 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 CYBERPUNK for GMOJ
@namespace github.com/lnw143
@version 1.0.1
@description CYBERPUNK theme for GMOJ
@author lnw143
==/UserStyle== */
@-moz-document url-prefix("https://gmoj.net/senior/#contest/statistic/"), url-prefix("https://gmoj.net/senior/#contest/standing/") {
.badge-important {
background: #C24347
}
.badge-warning {
background: #3EE0C3
}
.badge-info {
background: #3DB3D0
}
.badge-dark-success {
background: #AA5A9C
}
.badge-success {
background: #1E588D
}
.badge-dark-warning {
background: #FD8326
}
.spacing-right-arrow:before {
content: '/'
}
}