fix --blue variable to fix keyword color bug in black theme.

pull/1527/head^2
Joseph Izang 3 years ago committed by Aniket
parent c0df79feea
commit 333ad23f3a
  1. 2
      apps/remix-ide/src/assets/css/themes/remix-black_undtds.css

@ -1,6 +1,6 @@
@import url('https://fonts.googleapis.com/css?family=Nunito+Sans:400,600&display=swap');
:root {
--blue: #28282D;
--blue: #568acf;
--indigo: #6610f2;
--purple: #9e77f6;
--pink: #f38abb;

Loading…
Cancel
Save