Skip to content

nowcoder.com by fengwei2002

Details

Authorfengwei2002

LicenseNo License

Categorynowcoder

Created

Updated

Size493 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

fix ::-webkit-scrollbar

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         nowcoder.com
@version      20220707.03.35
@namespace    userstyles.world/user/fengwei2002
@description  fix ::-webkit-scrollbar 
@author       fengwei2002
@license      No License
==/UserStyle== */

@-moz-document domain("nowcoder.com") {
#jsCpn_3_component_0,
.js-editor-body code-font,
.CodeMirror {
    font-family: Go Mono !important; 
}
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-thumb {
  background: #DEE1E6 !important;
}

}

Reviews

No reviews yet.