Remove alpha from BG color on 3 x themes

This commit is contained in:
mattpass
2020-12-30 15:18:46 +00:00
parent bc589549f3
commit de3e46d5ee
3 changed files with 6 additions and 6 deletions

View File

@@ -1,12 +1,12 @@
.cm-s-emacs-strict {
font-family: monospace;
background: #000000EB;
background: #000000;
color: #D3D3D3;
}
.cm-s-emacs-strict .CodeMirror-gutters {
box-shadow: 1px 0 2px 0 rgba(0, 0, 0, 0.5);
-webkit-box-shadow: 1px 0 2px 0 rgba(0, 0, 0, 0.5);
background-color: #000000EB;
background-color: #000000;
z-index: 3;
border: none;
}

View File

@@ -1,12 +1,12 @@
.cm-s-iplastic {
font-family: monospace;
background: #EEEEEEEB;
background: #EEEEEE;
color: #000000;
}
.cm-s-iplastic .CodeMirror-gutters {
box-shadow: 1px 0 2px 0 rgba(0, 0, 0, 0.5);
-webkit-box-shadow: 1px 0 2px 0 rgba(0, 0, 0, 0.5);
background-color: #EEEEEEEB;
background-color: #EEEEEE;
z-index: 3;
border: none;
}

View File

@@ -1,12 +1,12 @@
.cm-s-made-of-code {
font-family: monospace;
background: #090916F2;
background: #090916;
color: #F8F8F8;
}
.cm-s-made-of-code .CodeMirror-gutters {
box-shadow: 1px 0 2px 0 rgba(0, 0, 0, 0.5);
-webkit-box-shadow: 1px 0 2px 0 rgba(0, 0, 0, 0.5);
background-color: #090916F2;
background-color: #090916;
z-index: 3;
border: none;
}