Skip to content

Commit

Permalink
color swap
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelpadilla committed Aug 30, 2024
1 parent 4e7477e commit fcd3211
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions Source/CSS/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@

/* COLORS */
/* TU BERLIN RED */
/* --main_color_dark: #550000;
--main_color_dark: #550000;
--main_color_medium: #790000;
--main_color_light: #930000;
--main_color_very_light: #c20000; */
--main_color_very_light: #c20000;
/* ETH IGL GREEN */
--main_color_dark: #035500;
/* --main_color_dark: #035500;
--main_color_medium: #009d1d;
--main_color_light: #09ba00;
--main_color_very_light: #48ff00;
--main_color_very_light: #48ff00; */

/* GRAY SCALE */
--gray_very_dark: #7c7c7c;
Expand Down
8 changes: 4 additions & 4 deletions Source/style_old.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
:root {
/* COLORS */
/* TU BERLIN RED */
/* --red_dark: #550000;
--red_dark: #550000;
--red_medium: #790000;
--red_light: #930000; */
--red_light: #930000;
/* ETH IGL GREEN */
--red_dark: #035500;
/* --red_dark: #035500;
--red_medium: #009d1d;
--red_light: #09ba00;
--red_light: #09ba00; */


--red_very_light: rgb(194, 0, 0);
Expand Down

0 comments on commit fcd3211

Please sign in to comment.