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

pull/5370/head
Joseph Izang 2 years ago committed by Aniket
parent c04b117b58
commit 2d630ac9ce
  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