User:Braxton2409/sandbox/Codex:Ticks/styles.css

Note: After publishing, 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: Press Ctrl-F5.
.codex__container {
    background: #121214;
    padding: 1rem;
    border-radius: 0.5rem;
    overflow: auto;
}

.codex__image {
    float: inline-start;
    padding-right: 1rem;
    padding-left: 1rem;
}

.codex__content {
    padding: 0 1rem 0 1rem;
}

.codex__content > h2 {
    color: #06a433;
    clear: none;
    border: none !important;;
    font-weight: bold;
}

.codex__content > pre {
    color: #06a433 !important;;
    background: none !important;;
    border: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}