Skip to content

Commit

Permalink
Change some colors of buttons and texts on the home page.
Browse files Browse the repository at this point in the history
  • Loading branch information
HaudinFlorence committed Aug 12, 2024
1 parent ae8916d commit 5eb58e9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/components/home/Hero/styles.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
font-size: 24px;
font-weight: 200;
font-family: var(--ifm-font-family-rubik-one);
color: var(--ifm-color-orange-jupyter);
color: var(--ifm-color-primary-p2);
text-align: center;
margin: var(--ifm-spacing-2xl) 0;
}
Expand Down
2 changes: 1 addition & 1 deletion src/components/home/WhatWeDo/styles.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ div .topics_header {
@media only screen and (min-width: 996px) {

.header {
color: var(--ifm-color-orange-jupyter);
color: var(--ifm-color-blue-jupyter);
}

.projects_link{
Expand Down
8 changes: 4 additions & 4 deletions src/components/home/styles.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@

@media only screen and (min-width: 996px) {
.link_to {
background-color: var(--ifm-color-orange-jupyter);
color: var(--ifm-text-color-on-primary-p1);
background-color: var(--ifm-color-secondary-s2);
color: white;
width: 358px;
font-weight: 700;
}

.link_to_services {
background-color: var(--ifm-color-orange-jupyter);
color: var(--ifm-text-color-on-primary-p1);
background-color: var(--ifm-color-blue-jupyter);
color: white;
width: 358px;
font-weight: 700;
}
Expand Down

0 comments on commit 5eb58e9

Please sign in to comment.