#sb-root { font-family: Arial; --highlight-color: #464cfc; } #sb-top { background-color: rgb(213, 213, 213); border-bottom: rgb(193, 193, 193) 1px solid; color: rgb(55, 55, 55); } .sb-panel { border-left: 1px solid #eee; } .sb-bhs { border-top: rgb(193, 193, 193) 1px solid; } .sb-modal { border: 1px solid #000; background-color: #fff; } .sb-notifications { font-family: "iA-Mono"; } .sb-notifications > div { border: rgb(41, 41, 41) 1px solid; } .sb-notification-info { background-color: rgb(187, 221, 247); } .sb-notification-error { background-color: rgb(255, 84, 84); } .sb-saved input { color: #111; } .sb-unsaved input { color: #5e5e5e; } .sb-loading { color: #7a7a7a; } .sb-actions button { border: 1px solid #7897d0; border-radius: 3px; margin: 3px; font-size: 15px; padding: 5px; background-color: #e6e6e6; } /* Filter boxes */ .sb-filter-box { background-color: #fff; border: rgb(103, 103, 103) 1px solid; box-shadow: rgba(0, 0, 0, 0.35) 0px 20px 20px; } .sb-filter-box .sb-header { border-bottom: 1px rgb(108, 108, 108) solid; } .sb-filter-box .sb-header input { font-family: "Arial"; color: #000; } .sb-filter-box .sb-header input::placeholder { color: rgb(199, 199, 199); font-weight: normal; } .sb-filter-box .sb-help-text { background-color: #eee; border-bottom: 1px rgb(108, 108, 108) solid; color: #555; } .sb-filter-box .sb-selected-option { color: #eee; } .sb-filter-box .sb-option .sb-hint, .sb-filter-box .sb-selected-option .sb-hint { color: #eee; background-color: #212476; } /* Editor */ .cm-content { font-family: "iA-Mono", "Menlo"; } .cm-selectionBackground { background-color: #d7e1f6 !important; } .cm-editor .cm-tooltip-autocomplete { .cm-completionDetail { font-style: normal; display: block; font-size: 80%; margin-left: 5px; color: #555; } li[aria-selected] .cm-completionDetail { color: #d2d2d2; } .cm-completionLabel { display: block; margin-left: 5px; } .cm-completionIcon { display: none; } } .sb-header-inside.sb-line-h1 { text-indent: -2ch; } .sb-header-inside.sb-line-h2 { text-indent: -3ch; } .sb-header-inside.sb-line-h3 { text-indent: -4ch; } .sb-header-inside.sb-line-h4 { text-indent: -5ch; } .sb-line-h1, .sb-line-h2, .sb-line-h3, .sb-line-h4 { // background-color: rgba(0, 30, 77, 0.5); color: #333; font-weight: bold; padding: 2px 2px !important; } .sb-line-h1 .sb-meta, .sb-line-h2 .sb-meta, .sb-line-h3 .sb-meta, .sb-line-h4 .sb-meta { color: #a1a1a0; } .sb-line-h1 { font-size: 1.5em; } .sb-line-h2 { font-size: 1.2em; } .sb-line-h3 { font-size: 1.1em; } .sb-line-h4 { font-size: 1em; } .sb-hashtag { color: blue; } .sb-line-hr { border-top: rgb(76, 75, 75) solid 1px; margin-top: 1em; margin-bottom: -1em; } .sb-hr { font-weight: bold; } .sb-naked-url { color: #0330cb; cursor: pointer; } .sb-named-anchor { color: #959595; } .sb-command-link.sb-meta { color: #959595; } .sb-command-link-name { background-color: #e3dfdf; cursor: pointer; border-top: 1px solid silver; border-left: 1px solid silver; border-bottom: 1px solid gray; border-right: 1px solid gray; border-radius: 4px; padding: 0 4px; } /* Color list item this way */ .sb-line-li .sb-meta { color: rgb(150, 150, 150); } /* Then undo other meta */ .sb-line-li .sb-meta ~ .sb-meta { color: #650007; } .sb-line-code { background-color: rgba(72, 72, 72, 0.1); } .sb-line-code .sb-code { background-color: transparent; } .sb-line-tbl-header { font-weight: bold; } .sb-line-tbl-header .meta { font-weight: normal; } .sb-struct { color: darkred; } .sb-code { background-color: rgba(72, 72, 72, 0.1); } .sb-highlight { background-color: rgba(255, 255, 0, 0.5); } .sb-line-fenced-code { background-color: rgba(72, 72, 72, 0.1); } /* Mostly for JS when that comes back */ .sb-line-fenced-code .sb-code { background-color: transparent; } .sb-line-fenced-code .sb-comment { color: #989797; background-color: transparent; border-radius: 0; font-style: inherit; font-size: inherit; line-height: inherit; } .sb-line-fenced-code .sb-keyword { color: #830000; } .sb-line-fenced-code .sb-variableName { color: #036d9b; } .sb-line-fenced-code .sb-typeName { color: #038138; } .sb-line-fenced-code .sb-string, .sb-line-fenced-code .sb-string2 { color: #440377; } .sb-meta { color: #650007; } .sb-line-blockquote { background-color: rgba(220, 220, 220, 0.5); color: #676767; text-indent: -2ch; padding-left: 2ch; } .sb-frontmatter { background-color: rgba(255, 246, 189, 0.5); color: #676767; } .sb-emphasis { font-style: italic; } .sb-strong { font-weight: 900; } .sb-link { cursor: pointer; } .sb-link:not(.sb-meta, .sb-url) { color: #0330cb; text-decoration: underline; } .sb-link.sb-url { color: #7e7d7d; } .sb-url:not(.sb-link) { color: #0330cb; text-decoration: underline; cursor: pointer; } .sb-atom { color: darkred; } .sb-wiki-link-page { color: #0330cb; background-color: rgba(77, 141, 255, 0.07); border-radius: 5px; padding: 0 5px; white-space: nowrap; cursor: pointer; } .sb-wiki-link { cursor: pointer; color: #8f96c2; } .sb-task-marker { color: #676767; font-size: 91%; } .sb-line-comment { background-color: rgba(255, 255, 0, 0.5); } .sb-comment { color: #989797; font-size: 75%; line-height: 75%; } html[data-theme="dark"] { #sb-root { background-color: #555; color: rgb(200, 200, 200); } #sb-top { background-color: rgb(38, 38, 38); border-bottom: rgb(62, 62, 62) 1px solid; color: rgb(200, 200, 200); } .sb-saved { color: rgb(225, 225, 225); } .sb-filter-box, /* duplicating the class name to increase specificity */ .sb-help-text.sb-help-text { color: #ccc; background-color: rgb(38, 38, 38); } .sb-help-text { border-bottom: 1px solid #6c6c6c; } .sb-line-li .sb-meta ~ .sb-meta, .sb-line-fenced-code .sb-meta { color: #d17278; } .sb-wiki-link-page { color: #7e99fc; background-color: #a3bce712; } .sb-code, .sb-line-fenced-code, .sb-task-marker { background-color: #333; } .sb-notifications > div { border: rgb(197, 197, 197) 1px solid; background-color: #333; } .sb-hashtag { color: #94b0f4; } .sb-naked-url { color: #94b0f4; } .sb-command-link { background-color: #595959; } }