updated the colors of black theme to fix the status bar colors

pull/4954/head
lianahus 7 months ago
parent efa4be00d7
commit 9255affd5e
  1. 6
      apps/remix-ide/src/assets/css/themes/remix-black_undtds.css

@ -11,10 +11,10 @@
--green: #1ea171;
--teal: #20c997;
--cyan: #053c64;
--white: #d5d5d5;
--white: #ececec;
--gray: #868e96;
--gray-dark: #343a40;
--primary: #b5b4bc;
--primary: #717171;
--secondary: #3d3e44;
--success: #6bceaa;
--info: #086CB5;
@ -241,7 +241,7 @@ textarea {
font-size: inherit;
line-height: inherit;
background-color: #2b2b2b;
color: #d5d5d5d5d5d5;
color: #d5d5d5;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 2px rgba(79, 86, 89, 0.25);
}
button,

Loading…
Cancel
Save