Skip to content

Commit

Permalink
[toolchain-website] fix colors display
Browse files Browse the repository at this point in the history
  • Loading branch information
ImLena committed Sep 28, 2023
1 parent 1d553f1 commit ecbcec4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions _sass/color-constants.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
--purple: #8979ff;
--blue: #346fa2;
--pink: #f14a7d;
--dark-green: #2a6734;
--light-blue: #3f92b0;
--light-red: rgba(153, 1, 0, 0.2);
--light-purple: rgba(137, 121, 255, 0.2);
Expand Down
5 changes: 5 additions & 0 deletions _sass/project.scss
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,7 @@ main {
height: 12px;
border-radius: 50%;
margin: 5px 5px 0;
background: var(--pink);
}

.java {
Expand Down Expand Up @@ -298,6 +299,10 @@ main {
background: var(--light-red);
}

.c {
background: var(--dark-green);
}

.projectTitleColumn .label {
font-size: 15px;
}

0 comments on commit ecbcec4

Please sign in to comment.