Skip to content
This repository was archived by the owner on May 5, 2023. It is now read-only.

Commit 7d80fb5

Browse files
committed
@yashsehgal: minor css update, variable colors changed
1 parent 0ab21dd commit 7d80fb5

3 files changed

Lines changed: 13 additions & 13 deletions

File tree

src/lib/variables.css

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/lib/variables.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/lib/variables.scss

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,15 +36,15 @@
3636
--general-card-padding : 4em;
3737

3838
--main-color: black;
39-
--secondary-color: rgb(13, 33, 212);
39+
--secondary-color: rgb(0, 26, 255);
4040
--tertiary-color: rgb(122, 122, 122);
4141

4242
--main-light-color: white;
4343
--secondary-light-color: rgb(180, 180, 180);
4444

45-
--general-color-red: rgb(204, 33, 33);
46-
--general-color-blue: rgb(34, 34, 255);
47-
--general-color-green: rgb(0, 180, 0);
48-
--general-color-purple: rgb(13, 33, 212);
49-
--general-color-teal: rgb(0, 160, 160);
45+
--general-color-red: rgb(201, 52, 52);
46+
--general-color-blue: rgb(86, 86, 255);
47+
--general-color-green: rgb(40, 189, 40);
48+
--general-color-purple: rgb(0, 26, 255);
49+
--general-color-teal: rgb(3, 160, 160);
5050
}

0 commit comments

Comments
 (0)