Skip to content

Commit edc2ca2

Browse files
Change some colors of buttons and texts on the home page.
1 parent f61878e commit edc2ca2

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

src/components/home/Hero/styles.module.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
font-size: 24px;
2222
font-weight: 200;
2323
font-family: var(--ifm-font-family-rubik-one);
24-
color: var(--ifm-color-orange-jupyter);
24+
color: var(--ifm-color-primary-p2);
2525
text-align: center;
2626
margin: var(--ifm-spacing-2xl) 0;
2727
}

src/components/home/WhatWeDo/styles.module.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ div .topics_header {
3838
@media only screen and (min-width: 996px) {
3939

4040
.header {
41-
color: var(--ifm-color-orange-jupyter);
41+
color: var(--ifm-color-blue-jupyter);
4242
}
4343

4444
.projects_link{

src/components/home/styles.module.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,15 @@
2525

2626
@media only screen and (min-width: 996px) {
2727
.link_to {
28-
background-color: var(--ifm-color-orange-jupyter);
29-
color: var(--ifm-text-color-on-primary-p1);
28+
background-color: var(--ifm-color-secondary-s2);
29+
color: white;
3030
width: 358px;
3131
font-weight: 700;
3232
}
3333

3434
.link_to_services {
35-
background-color: var(--ifm-color-orange-jupyter);
36-
color: var(--ifm-text-color-on-primary-p1);
35+
background-color: var(--ifm-color-blue-jupyter);
36+
color: white;
3737
width: 358px;
3838
font-weight: 700;
3939
}

0 commit comments

Comments
 (0)