theme-lightcrystal.css: clean up
This commit is contained in:
parent
03ecc28097
commit
f9680e0f87
1 changed files with 9 additions and 27 deletions
|
@ -85,7 +85,7 @@
|
|||
}
|
||||
|
||||
.feat-enabled {
|
||||
background: #1f9b92;
|
||||
background: var(--color-primary);
|
||||
color: #000;
|
||||
border-radius: 0.18em;
|
||||
}
|
||||
|
@ -96,7 +96,7 @@
|
|||
}
|
||||
|
||||
.ui.green.labels .label, .ui.ui.ui.green.label, .ui.green.button, .ui.green.buttons .button, .ui.green.button:focus, .ui.green.buttons .button:focus {
|
||||
background: #1f9b92;
|
||||
background: var(--color-primary);
|
||||
color: #000 !important;
|
||||
}
|
||||
|
||||
|
@ -236,19 +236,16 @@ a.ui.green.button {
|
|||
.chroma .il {
|
||||
color: #79c0ff;
|
||||
}
|
||||
.chroma .k, .chroma .kc, .chroma .kd, .chroma .kn, .chroma .kt, .chroma .kr, .chroma .nb {
|
||||
color: #1f9b92;
|
||||
.chroma .k, .chroma .kc, .chroma .kd, .chroma .kn, .chroma .kt, .chroma .kr, .chroma .nb, .chroma .o, .chroma .nt {
|
||||
color: var(--color-primary);
|
||||
}
|
||||
.chroma .kc, .chroma .kp {
|
||||
color: #fff;
|
||||
}
|
||||
.chroma .m, .chroma .mb, .chroma .mf, .chroma .mh, .chroma .mi, .chroma .mo {
|
||||
.chroma .m, .chroma .mb, .chroma .mf, .chroma .mh, .chroma .mi, .chroma .mo, .chroma .s, .chroma .s1, .chroma .s2, .chroma .sb, .chroma .sc, .chroma .cpf {
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.chroma .o, .chroma .nt {
|
||||
color: #1f9b92;
|
||||
}
|
||||
.chroma .ow {
|
||||
color: #5f8700;
|
||||
}
|
||||
|
@ -257,18 +254,9 @@ a.ui.green.button {
|
|||
color: #93a1a1;
|
||||
}
|
||||
|
||||
.chroma .s, .chroma .s1, .chroma .s2 {
|
||||
color: #fff;
|
||||
}
|
||||
.chroma .sa {
|
||||
color: #79c0ff;
|
||||
}
|
||||
.chroma .sb {
|
||||
color: #fff;
|
||||
}
|
||||
.chroma .sc {
|
||||
color: #fff;
|
||||
}
|
||||
.chroma .sd {
|
||||
color: #777e94;
|
||||
}
|
||||
|
@ -287,18 +275,12 @@ a.ui.green.button {
|
|||
.chroma .ss, .chroma .cp, .chroma .nl {
|
||||
color: #586e75;
|
||||
}
|
||||
.chroma .cpf {
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.chroma .sx {
|
||||
color: #ffaa10;
|
||||
}
|
||||
.chroma .vc {
|
||||
color: #c9c9c9;
|
||||
}
|
||||
.chroma .vg,
|
||||
.chroma .vi {
|
||||
|
||||
.chroma .vc, .chroma .vg, .chroma .vi {
|
||||
color: #c9c9c9;
|
||||
}
|
||||
.chroma .w {
|
||||
|
@ -604,7 +586,7 @@ a.ui.green.button {
|
|||
--color-tooltip-text: #fff;
|
||||
--color-tooltip-bg: #000000f0;
|
||||
--color-nav-bg: #000;
|
||||
--color-nav-hover-bg: #1f9b92;
|
||||
--color-nav-hover-bg: var(--color-primary);
|
||||
--color-label-text: #dfe3ec;
|
||||
--color-label-bg: #7c84974b;
|
||||
--color-label-hover-bg: #7c8497a0;
|
||||
|
@ -641,4 +623,4 @@ a.ui.green.button {
|
|||
.repository.file.list #repo-files-table tbody .svg.octicon-file-directory-fill,
|
||||
.repository.file.list #repo-files-table tbody .svg.octicon-file-submodule {
|
||||
color: #7d8590;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue