736 lines
No EOL
16 KiB
Text
736 lines
No EOL
16 KiB
Text
@import "../chroma/dark.less";
|
|
|
|
:root {
|
|
--color-primary: #87ab63;
|
|
--color-primary-dark-1: #93b373;
|
|
--color-primary-dark-2: #9fbc82;
|
|
--color-primary-dark-3: #abc492;
|
|
--color-primary-dark-4: #b7cda1;
|
|
--color-primary-dark-5: #cfddc1;
|
|
--color-primary-dark-6: #e7eee0;
|
|
--color-primary-dark-7: #f8faf6;
|
|
--color-primary-light-1: #7a9e55;
|
|
--color-primary-light-2: #6c8c4c;
|
|
--color-primary-light-3: #5f7b42;
|
|
--color-primary-light-4: #516939;
|
|
--color-primary-light-5: #364626;
|
|
--color-primary-light-6: #1b2313;
|
|
--color-primary-light-7: #080b06;
|
|
--color-primary-alpha-10: #87ab6319;
|
|
--color-primary-alpha-20: #87ab6333;
|
|
--color-primary-alpha-30: #87ab634b;
|
|
--color-primary-alpha-40: #87ab6366;
|
|
--color-primary-alpha-50: #87ab6380;
|
|
--color-primary-alpha-60: #87ab6399;
|
|
--color-primary-alpha-70: #87ab63b3;
|
|
--color-primary-alpha-80: #87ab63cc;
|
|
--color-primary-alpha-90: #87ab63e1;
|
|
--color-secondary: #424447;
|
|
--color-secondary-dark-1: #505665;
|
|
--color-secondary-dark-2: #5b6273;
|
|
--color-secondary-dark-3: #71798e;
|
|
--color-secondary-dark-4: #7f8699;
|
|
--color-secondary-dark-5: #8c93a4;
|
|
--color-secondary-dark-6: #9aa0af;
|
|
--color-secondary-dark-7: #a8adba;
|
|
--color-secondary-dark-8: #b6bac5;
|
|
--color-secondary-dark-9: #c4c7d0;
|
|
--color-secondary-dark-10: #d2d4db;
|
|
--color-secondary-dark-11: #dfe1e6;
|
|
--color-secondary-dark-12: #edeef1;
|
|
--color-secondary-dark-13: #fbfbfc;
|
|
--color-secondary-light-1: #393a3d;
|
|
--color-secondary-light-2: #333436;
|
|
--color-secondary-light-3: #28292b;
|
|
--color-secondary-light-4: #141516;
|
|
--color-secondary-alpha-10: #28292c19;
|
|
--color-secondary-alpha-20: #28292c33;
|
|
--color-secondary-alpha-30: #28292c4b;
|
|
--color-secondary-alpha-40: #28292c66;
|
|
--color-secondary-alpha-50: #28292c80;
|
|
--color-secondary-alpha-60: #28292c99;
|
|
--color-secondary-alpha-70: #28292cb3;
|
|
--color-secondary-alpha-80: #28292ccc;
|
|
--color-secondary-alpha-90: #28292ce1;
|
|
/* colors */
|
|
--color-red: #da3737;
|
|
--color-orange: #f17a2b;
|
|
--color-yellow: #f3c640;
|
|
--color-olive: #c8df36;
|
|
--color-green: #3bc75b;
|
|
--color-teal: #69d4cf;
|
|
--color-blue: #2d9ff7;
|
|
--color-violet: #754ad3;
|
|
--color-purple: #b65dd4;
|
|
--color-pink: #e04b9f;
|
|
--color-brown: #a86d45;
|
|
--color-grey: #797c85;
|
|
--color-black: #141516;
|
|
--color-gold: #d4b74c;
|
|
--color-white: #ffffff;
|
|
--color-diff-removed-word-bg: #944949;
|
|
--color-diff-added-word-bg: #587958;
|
|
--color-diff-removed-row-bg: #533838;
|
|
--color-diff-added-row-bg: #3f5845;
|
|
--color-diff-removed-row-border: #cc4848;
|
|
--color-diff-added-row-border: #509e63;
|
|
--color-diff-inactive: #43454e;
|
|
/* target-based colors */
|
|
--color-body: #313235;
|
|
--color-box-header: #46494e;
|
|
--color-box-body: #43464d;
|
|
--color-text-dark: #dbe0ea;
|
|
--color-text: #c5c9d1;
|
|
--color-text-light: #a6aab5;
|
|
--color-text-light-2: #8a8e99;
|
|
--color-text-light-3: #747988;
|
|
--color-footer: #35373d;
|
|
--color-timeline: #52565e;
|
|
--color-input-text: #d5dbe6;
|
|
--color-input-background: #292d39;
|
|
--color-input-border: #454a57;
|
|
--color-input-border-hover: #505667;
|
|
--color-navbar: #32353d;
|
|
--color-light: #00000028;
|
|
--color-light-mimic-enabled: rgba(0, 0, 0, calc(40 / 255 * 222 / 255 / var(--opacity-disabled)));
|
|
--color-light-border: #ffffff28;
|
|
--color-hover: #ffffff10;
|
|
--color-active: #ffffff16;
|
|
--color-menu: #36393f;
|
|
--color-card: #36393f;
|
|
--color-markup-table-row: #ffffff06;
|
|
--color-markup-code-block: #292d39;
|
|
--color-button: #353846;
|
|
--color-code-bg: #32353d;
|
|
--color-code-sidebar-bg: #2e323e;
|
|
--color-shadow: #00000060;
|
|
--color-secondary-bg: #32353d;
|
|
--color-text-focus: #fff;
|
|
--color-expand-button: #3c404d;
|
|
--color-placeholder-text: #6a737d;
|
|
--color-editor-line-highlight: var(--color-primary-light-5);
|
|
--color-project-board-bg: var(--color-secondary-light-2);
|
|
--color-caret: var(--color-text); /* should ideally be --color-text-dark, see #15651 */
|
|
--color-reaction-bg: #ffffff12;
|
|
--color-reaction-active-bg: var(--color-primary-alpha-40);
|
|
}
|
|
|
|
::-webkit-calendar-picker-indicator {
|
|
filter: invert(.8);
|
|
}
|
|
|
|
.ui.horizontal.segments > .segment {
|
|
background-color: #313235;
|
|
}
|
|
|
|
[data-tooltip]::before,
|
|
[data-tooltip]::after {
|
|
background: #1b1c1d !important; /* .ui.inverted.popup */
|
|
border-color: #1b1c1d !important; /* .ui.inverted.popup */
|
|
color: #dbdbdb !important;
|
|
}
|
|
|
|
[data-tooltip]::before {
|
|
box-shadow: 1px 1px 0 0 #1b1c1d !important; /* .ui.inverted.popup */
|
|
}
|
|
|
|
.ui.green.progress .bar {
|
|
background-color: #668844;
|
|
}
|
|
|
|
.ui.progress.success .bar {
|
|
background-color: #7b9e57 !important;
|
|
}
|
|
|
|
.following.bar.light {
|
|
background: #2e323e;
|
|
border-color: var(--color-secondary-alpha-40);
|
|
}
|
|
|
|
.following.bar .top.menu a.item:hover {
|
|
color: #fff;
|
|
}
|
|
|
|
.feeds .list ul li.private {
|
|
background: #353945;
|
|
}
|
|
|
|
.ui.red.label,
|
|
.ui.red.labels .label {
|
|
background-color: #7d3434 !important;
|
|
border-color: #8a2121 !important;
|
|
}
|
|
|
|
.ui.yellow.label,
|
|
.ui.yellow.labels .label {
|
|
border-color: #664d02 !important;
|
|
background-color: #936e00 !important;
|
|
}
|
|
|
|
.ui.accordion .title:not(.ui) {
|
|
color: #dbdbdb;
|
|
}
|
|
|
|
.ui.green.label,
|
|
.ui.green.labels .label,
|
|
.ui.basic.green.label {
|
|
background-color: #2d693b !important;
|
|
border-color: #2d693b !important;
|
|
}
|
|
|
|
.ui.green.labels a.label:hover,
|
|
.ui.basic.green.labels a.label:hover,
|
|
a.ui.ui.ui.green.label:hover,
|
|
a.ui.basic.green.label:hover {
|
|
background-color: #3d794b !important;
|
|
border-color: #3d794b !important;
|
|
color: #fff !important;
|
|
}
|
|
|
|
.ui.divider:not(.vertical):not(.horizontal) {
|
|
border-bottom-color: var(--color-secondary);
|
|
border-top-color: transparent;
|
|
}
|
|
|
|
.form .help {
|
|
color: #7f8699;
|
|
}
|
|
|
|
.ui .text.light.grey {
|
|
color: #7f8699 !important;
|
|
}
|
|
|
|
.ui.form .fields.error .field textarea,
|
|
.ui.form .fields.error .field select,
|
|
.ui.form .fields.error .field input:not([type]),
|
|
.ui.form .fields.error .field input[type="date"],
|
|
.ui.form .fields.error .field input[type="datetime-local"],
|
|
.ui.form .fields.error .field input[type="email"],
|
|
.ui.form .fields.error .field input[type="number"],
|
|
.ui.form .fields.error .field input[type="password"],
|
|
.ui.form .fields.error .field input[type="search"],
|
|
.ui.form .fields.error .field input[type="tel"],
|
|
.ui.form .fields.error .field input[type="time"],
|
|
.ui.form .fields.error .field input[type="text"],
|
|
.ui.form .fields.error .field input[type="file"],
|
|
.ui.form .fields.error .field input[type="url"],
|
|
.ui.form .field.error textarea,
|
|
.ui.form .field.error select,
|
|
.ui.form .field.error input:not([type]),
|
|
.ui.form .field.error input[type="date"],
|
|
.ui.form .field.error input[type="datetime-local"],
|
|
.ui.form .field.error input[type="email"],
|
|
.ui.form .field.error input[type="number"],
|
|
.ui.form .field.error input[type="password"],
|
|
.ui.form .field.error input[type="search"],
|
|
.ui.form .field.error input[type="tel"],
|
|
.ui.form .field.error input[type="time"],
|
|
.ui.form .field.error input[type="text"],
|
|
.ui.form .field.error input[type="file"],
|
|
.ui.form .field.error input[type="url"] {
|
|
background-color: #522;
|
|
border: 1px solid #7d3434;
|
|
color: #f9cbcb;
|
|
}
|
|
|
|
.ui.form .field.error select:focus,
|
|
.ui.form .field.error input:not([type]):focus,
|
|
.ui.form .field.error input[type="date"]:focus,
|
|
.ui.form .field.error input[type="datetime-local"]:focus,
|
|
.ui.form .field.error input[type="email"]:focus,
|
|
.ui.form .field.error input[type="number"]:focus,
|
|
.ui.form .field.error input[type="password"]:focus,
|
|
.ui.form .field.error input[type="search"]:focus,
|
|
.ui.form .field.error input[type="tel"]:focus,
|
|
.ui.form .field.error input[type="time"]:focus,
|
|
.ui.form .field.error input[type="text"]:focus,
|
|
.ui.form .field.error input[type="file"]:focus,
|
|
.ui.form .field.error input[type="url"]:focus {
|
|
background-color: #522;
|
|
border: 1px solid #a04141;
|
|
color: #f9cbcb;
|
|
}
|
|
|
|
.ui.green.button,
|
|
.ui.green.buttons .button {
|
|
background-color: #87ab63;
|
|
}
|
|
|
|
.ui.green.button:hover,
|
|
.ui.green.buttons .button:hover {
|
|
background-color: #a0cc75;
|
|
}
|
|
|
|
.ui.search > .results {
|
|
background: #313235;
|
|
border-color: var(--color-secondary);
|
|
}
|
|
|
|
.ui.search > .results .result:hover,
|
|
.ui.category.search > .results .category .result:hover {
|
|
background: var(--color-secondary);
|
|
}
|
|
|
|
.ui.search > .results .result .title {
|
|
color: #dbdbdb;
|
|
}
|
|
|
|
.ui.table > thead > tr > th {
|
|
background: var(--color-secondary);
|
|
color: #dbdbdb !important;
|
|
}
|
|
|
|
.repository.file.list #repo-files-table tr {
|
|
background: #32353d;
|
|
}
|
|
|
|
.repository.file.list #repo-files-table tr:hover {
|
|
background-color: #393d4a !important;
|
|
}
|
|
|
|
.repository.file.editor.edit,
|
|
.repository.wiki.new .CodeMirror {
|
|
.editor-preview,
|
|
.editor-preview-side,
|
|
& + .editor-preview-side {
|
|
background: #353945;
|
|
|
|
.markup.ui.segment {
|
|
border-width: 0;
|
|
}
|
|
}
|
|
}
|
|
|
|
.overflow.menu .items .item {
|
|
color: #9d9d9d;
|
|
}
|
|
|
|
.overflow.menu .items .item:hover {
|
|
color: #dbdbdb;
|
|
}
|
|
|
|
.ui.list > .item > .content {
|
|
color: var(--color-secondary-dark-6) !important;
|
|
}
|
|
|
|
.repository .navbar .active.item,
|
|
.repository .navbar .active.item:hover {
|
|
border-color: transparent !important;
|
|
}
|
|
|
|
.ui .info.segment.top {
|
|
background-color: var(--color-secondary) !important;
|
|
}
|
|
|
|
.repository .diff-stats li {
|
|
border-color: var(--color-secondary);
|
|
}
|
|
|
|
.tag-code,
|
|
.tag-code td {
|
|
background: #353945 !important;
|
|
|
|
}
|
|
.tag-code td.lines-num {
|
|
background-color: #3a3e4c !important;
|
|
}
|
|
|
|
.tag-code td.lines-type-marker,
|
|
td.blob-hunk {
|
|
color: #dbdbdb !important;
|
|
}
|
|
|
|
.ui.attached.info.message,
|
|
.ui.info.message {
|
|
box-shadow: 0 0 0 1px #4b5e71 inset, 0 0 0 0 transparent;
|
|
}
|
|
|
|
.ui.bottom.attached.message {
|
|
background-color: #2c662d;
|
|
color: #87ab63;
|
|
}
|
|
|
|
.ui.bottom.attached.message .pull-right {
|
|
color: #87ab63;
|
|
}
|
|
|
|
.ui.info.message {
|
|
background-color: #2c3b4a;
|
|
color: #9ebcc5;
|
|
}
|
|
|
|
.ui .warning.header,
|
|
.ui.warning.message {
|
|
background-color: #542 !important;
|
|
border-color: #ec8;
|
|
}
|
|
|
|
.ui.warning.message {
|
|
color: #ec8;
|
|
box-shadow: 0 0 0 1px #ec8;
|
|
}
|
|
|
|
.ui.warning.segment {
|
|
border-color: #ec8;
|
|
}
|
|
|
|
.ui.red.message,
|
|
.ui.error.message {
|
|
background-color: #522;
|
|
color: #f9cbcb;
|
|
box-shadow: 0 0 0 1px #a04141 inset;
|
|
}
|
|
|
|
.ui .error.header,
|
|
.ui.error.message {
|
|
background-color: #522 !important;
|
|
border-color: #a04141;
|
|
}
|
|
|
|
.ui.error.segment {
|
|
border-color: #a04141;
|
|
}
|
|
|
|
.ui.red.button,
|
|
.ui.red.buttons .button {
|
|
background-color: #7d3434;
|
|
}
|
|
|
|
.ui.red.button:hover,
|
|
.ui.red.buttons .button:hover {
|
|
background-color: #984646;
|
|
}
|
|
|
|
.ui.positive.message {
|
|
background-color: #0d491b;
|
|
color: #87ab63;
|
|
box-shadow: 0 0 0 1px #2d693b inset, 0 0 0 0 transparent;
|
|
}
|
|
|
|
.ui.negative.message {
|
|
background-color: rgba(80, 23, 17, .6);
|
|
color: #f9cbcb;
|
|
box-shadow: 0 0 0 1px rgba(121, 71, 66, .5) inset, 0 0 0 0 transparent;
|
|
}
|
|
|
|
.ui.list .list > .item .header,
|
|
.ui.list > .item .header {
|
|
color: #dedede;
|
|
}
|
|
|
|
.ui.list .list > .item .description,
|
|
.ui.list > .item .description {
|
|
color: var(--color-secondary-dark-6);
|
|
}
|
|
|
|
.repository.file.list #repo-files-table tbody .svg.octicon-file-directory,
|
|
.repository.file.list #repo-files-table tbody .svg.octicon-file-submodule {
|
|
color: #7c9b5e;
|
|
}
|
|
|
|
.repository.labels .ui.basic.black.label {
|
|
background-color: #bbbbbb !important;
|
|
}
|
|
|
|
.lines-num {
|
|
color: var(--color-secondary-dark-6) !important;
|
|
border-color: var(--color-secondary) !important;
|
|
}
|
|
|
|
td.blob-excerpt {
|
|
background-color: rgba(0, 0, 0, .15);
|
|
}
|
|
|
|
.lines-code.active,
|
|
.lines-code .active {
|
|
background: #534d1b !important;
|
|
}
|
|
|
|
.ui.ui.ui.ui.table tr.active,
|
|
.ui.ui.table td.active {
|
|
color: #dbdbdb;
|
|
}
|
|
|
|
.ui.active.label {
|
|
background: #393d4a;
|
|
border-color: #393d4a;
|
|
color: #dbdbdb;
|
|
}
|
|
|
|
.repository .ui.attached.message.isSigned.isVerified {
|
|
background-color: #394829;
|
|
color: var(--color-secondary-dark-6);
|
|
|
|
&.message {
|
|
color: #87ab63;
|
|
.ui.text {
|
|
color: var(--color-secondary-dark-6);
|
|
}
|
|
.pull-right {
|
|
color: #87ab63;
|
|
}
|
|
}
|
|
}
|
|
|
|
.repository .ui.attached.message.isSigned.isVerifiedUntrusted {
|
|
background-color: #4a3903;
|
|
color: var(--color-secondary-dark-6);
|
|
&.message {
|
|
color: #c2c193;
|
|
.ui.text {
|
|
color: var(--color-secondary-dark-6);
|
|
}
|
|
a {
|
|
color: #c2c193;
|
|
}
|
|
}
|
|
}
|
|
|
|
.repository .ui.attached.message.isSigned.isVerifiedUnmatched {
|
|
background-color: #4e3321;
|
|
color: var(--color-secondary-dark-6);
|
|
&.message {
|
|
color: #c2a893;
|
|
.ui.text {
|
|
color: var(--color-secondary-dark-6);
|
|
}
|
|
a {
|
|
color: #c2a893;
|
|
}
|
|
}
|
|
}
|
|
|
|
.repository .ui.attached.message.isSigned.isWarning {
|
|
background-color: rgba(80, 23, 17, .6);
|
|
&.message {
|
|
color: #d07d7d;
|
|
.ui.text {
|
|
color: #d07d7d;
|
|
}
|
|
}
|
|
}
|
|
|
|
.ui.header .sub.header {
|
|
color: var(--color-secondary-dark-6);
|
|
}
|
|
|
|
.ui.dividing.header {
|
|
border-bottom: 1px solid var(--color-secondary);
|
|
}
|
|
|
|
.ui.modal > .header {
|
|
background: var(--color-secondary);
|
|
color: #dbdbdb;
|
|
}
|
|
|
|
.ui.modal > .actions {
|
|
background: var(--color-secondary);
|
|
border-color: var(--color-secondary);
|
|
}
|
|
|
|
.ui.modal > .content {
|
|
background: #313235;
|
|
}
|
|
|
|
.minicolors-panel {
|
|
background: var(--color-secondary) !important;
|
|
border-color: #6a737d !important;
|
|
}
|
|
|
|
/* invert emojis that are hard to read otherwise */
|
|
.emoji[aria-label="check mark"],
|
|
.emoji[aria-label="currency exchange"],
|
|
.emoji[aria-label="TOP arrow"],
|
|
.emoji[aria-label="END arrow"],
|
|
.emoji[aria-label="ON! arrow"],
|
|
.emoji[aria-label="SOON arrow"],
|
|
.emoji[aria-label="heavy dollar sign"],
|
|
.emoji[aria-label="copyright"],
|
|
.emoji[aria-label="registered"],
|
|
.emoji[aria-label="trade mark"],
|
|
.emoji[aria-label="multiply"],
|
|
.emoji[aria-label="plus"],
|
|
.emoji[aria-label="minus"],
|
|
.emoji[aria-label="divide"],
|
|
.emoji[aria-label="curly loop"],
|
|
.emoji[aria-label="double curly loop"],
|
|
.emoji[aria-label="wavy dash"],
|
|
.emoji[aria-label="paw prints"],
|
|
.emoji[aria-label="musical note"],
|
|
.emoji[aria-label="musical notes"] {
|
|
filter: invert(100%);
|
|
}
|
|
|
|
.edit-diff > div > .ui.table {
|
|
border-left-color: var(--color-secondary) !important;
|
|
border-right-color: var(--color-secondary) !important;
|
|
}
|
|
|
|
/* code mirror dark theme */
|
|
|
|
.CodeMirror {
|
|
&.cm-s-default,
|
|
&.cm-s-paper {
|
|
.cm-property {
|
|
color: #a0cc75;
|
|
}
|
|
|
|
.cm-header {
|
|
color: #9daccc;
|
|
}
|
|
|
|
.cm-quote {
|
|
color: #009900;
|
|
}
|
|
|
|
.cm-keyword {
|
|
color: #cc8a61;
|
|
}
|
|
|
|
.cm-atom {
|
|
color: #ef5e77;
|
|
}
|
|
|
|
.cm-number {
|
|
color: #ff5656;
|
|
}
|
|
|
|
.cm-def {
|
|
color: #e4e4e4;
|
|
}
|
|
|
|
.cm-variable-2 {
|
|
color: #00bdbf;
|
|
}
|
|
|
|
.cm-variable-3 {
|
|
color: #008855;
|
|
}
|
|
|
|
.cm-comment {
|
|
color: #8e9ab3;
|
|
}
|
|
|
|
.cm-string {
|
|
color: #a77272;
|
|
}
|
|
|
|
.cm-string-2 {
|
|
color: #ff5500;
|
|
}
|
|
|
|
.cm-meta,
|
|
.cm-qualifier {
|
|
color: #ffb176;
|
|
}
|
|
|
|
.cm-builtin {
|
|
color: #b7c951;
|
|
}
|
|
|
|
.cm-bracket {
|
|
color: #999977;
|
|
}
|
|
|
|
.cm-tag {
|
|
color: #f1d273;
|
|
}
|
|
|
|
.cm-attribute {
|
|
color: #bfcc70;
|
|
}
|
|
|
|
.cm-hr {
|
|
color: #999999;
|
|
}
|
|
|
|
.cm-url {
|
|
color: #c5cfd0;
|
|
}
|
|
|
|
.cm-link {
|
|
color: #d8c792;
|
|
}
|
|
|
|
.cm-error {
|
|
/* color: #ff6e00; */
|
|
color: #dbdbeb;
|
|
}
|
|
}
|
|
}
|
|
|
|
footer .container .links > * {
|
|
border-left-color: #888;
|
|
}
|
|
|
|
.repository.file.list #repo-files-table tbody .svg {
|
|
color: var(--color-secondary-dark-6);
|
|
}
|
|
|
|
.repository.release #release-list > li .detail .dot {
|
|
background-color: #505667;
|
|
border-color: #313235;
|
|
}
|
|
|
|
.tribute-container {
|
|
box-shadow: 0 .25rem .5rem rgba(0, 0, 0, .6);
|
|
}
|
|
|
|
.repository .repo-header .ui.huge.breadcrumb.repo-title .repo-header-icon .avatar {
|
|
color: #32353d;
|
|
}
|
|
|
|
img[src$="/img/matrix.svg"] {
|
|
filter: invert(80%);
|
|
}
|
|
|
|
#git-graph-container li .time {
|
|
color: #6a737d;
|
|
}
|
|
|
|
#git-graph-container.monochrome #rel-container .flow-group {
|
|
stroke: dimgrey;
|
|
fill: dimgrey;
|
|
}
|
|
|
|
#git-graph-container.monochrome #rel-container .flow-group.highlight {
|
|
stroke: darkgrey;
|
|
fill: darkgrey;
|
|
}
|
|
|
|
#git-graph-container:not(.monochrome) #rel-container .flow-group {
|
|
&.flow-color-16-5 {
|
|
stroke: #5543b1;
|
|
fill: #5543b1;
|
|
}
|
|
}
|
|
|
|
#git-graph-container:not(.monochrome) #rel-container .flow-group.highlight {
|
|
&.flow-color-16-5 {
|
|
stroke: #7058e6;
|
|
fill: #7058e6;
|
|
}
|
|
}
|
|
|
|
#git-graph-container #rev-list li.highlight.hover {
|
|
background-color: rgba(255, 255, 255, .1);
|
|
}
|
|
|
|
#git-graph-container .ui.buttons button#flow-color-monochrome.ui.button {
|
|
border-left-color: rgb(76, 80, 92);
|
|
border-left-style: solid;
|
|
border-left-width: 1px;
|
|
}
|
|
|
|
.mermaid-chart {
|
|
filter: invert(84%) hue-rotate(180deg);
|
|
}
|
|
|
|
.is-loading::after {
|
|
border-color: #4a4c58 #4a4c58 #d7d7da #d7d7da;
|
|
}
|
|
|
|
.markup-block-error {
|
|
border: 1px solid rgba(121, 71, 66, .5) !important;
|
|
border-bottom: none !important;
|
|
} |