From ScratchOAuth2

Note: After saving, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
/* CSS placed here will be applied to all skins */
.ns-0 #content table {
  width: 100%;
  box-shadow: 0 1px 3px #282b30;
  font-weight: 300;
  font-size: 14px;
  border-radius: 0 0 6px 6px;
  border-collapse: collapse;
  margin-bottom: 1em;
}
.ns-0 #content caption {
  background-color: #4f545c;
  border-radius: 3px 3px 0 0;
  color: hsla(0, 0%, 100%, .8);
  font-weight: 600;
  font-size: 16px;
  padding-left: 8px;
  text-align: left;
  height: 36px;
  line-height: 36px;
}
.ns-0 #content tr {
  background-color: #35383c;
  color: #b9bbbe;
}
.ns-0 #content tr:first-child {
  background-color: #35383c
}
.ns-0 #content tr:nth-child(2n) {
  background-color: #2e3136;
}
.ns-0 #content td, .ns-0 #content th {
  padding: 8px;
  text-align: left;
}
.ns-0 #content td {
  border: 1px solid #282b30;
}
.ns-0 #content th {
  border: 1px solid #18191c;
  font-size: 12px;
  line-height: 15px;
  text-transform: uppercase;
  color: hsla(0, 0%, 100%, .8);
  font-weight: 600;
  background-color: #202225;
}
.ns-0 #content pre, .ns-0 #content code, .ns-0 #content .pre {
  background-color: rgba(32, 34, 37, .7);
  border: 1px solid #202225;
  padding: 3px 5px 4px;
  border-radius: 3px;
  font-family: monospace;
  white-space: pre;
  color: white;
}
.ns-0 #content code {
  display: inline-block;
  font-size: 13px;
  line-height: 13px;
}
.ns-0 #content .method-path code {
  color: #b9bbbe;
  background-color: transparent;
  border: none;
}
.ns-0 #content .endpoint {
  background-color: #35383c;
  box-shadow: 0 1px 3px #282b30;
  padding: 8px;
  margin-bottom: 1em;
}
.ns-0 #content .endpoint > div.mw-collapsible {
  margin-top: 1em;
  margin-bottom: -1em;
}
.ns-0 #content .method-path {
  padding: 8px;
  box-shadow: 0 1px 3px #282b30;
  background-color: rgba(32, 34, 37, .7);
}
.ns-0 #content .method {
  font-size: 20px;
  color: #faa61a;
  font-family: Menlo,Consolas,Monaco,monospace;
  text-transform: uppercase;
}
.ns-0 #content .method-path .method {
  margin-right:10px;
}
.ns-0 #content .param {
  color: hsla(0, 0%, 100%, .9);
}
.ns-0 #content {
  color: white;
  background-color: #36393f;
}
div.box[aria-label=Tools] {
  display: none;
}
.ns--1 #content input[type='submit'] {
  padding: 5px 11px 5px 11px;
}
.ns--1 #content input {
  border-radius: 4px;
  width: max-content;
  min-height: 13px;
  font-size: 13px;
  padding: 5px;
}