Skip to content

Commit 64a61ee

Browse files
committed
comment out google font
1 parent 9e878ce commit 64a61ee

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

app/src/public/styles/style.css

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');
1+
/* @import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');
22
@import url('https://fonts.googleapis.com/css2?family=Raleway&display=swap');
33
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
44
@import url('https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@48,400,0,0');
5-
@import url('https: //fonts.googleapis.com/css2?family=Fira+Code:wght@300;400;500;600;700&display=swap');
5+
@import url('https: //fonts.googleapis.com/css2?family=Fira+Code:wght@300;400;500;600;700&display=swap'); */
66

77
*,
88
*::before,
@@ -414,8 +414,8 @@ RIGHT COLUMN
414414
#addComponentButton {
415415
height: 49px;
416416
width: 130px;
417-
background-color: #0671E3;
418-
border: 2px solid #0671E3;
417+
background-color: #0671e3;
418+
border: 2px solid #0671e3;
419419
border-radius: 10px;
420420
font-size: 16.5px;
421421
}
@@ -614,7 +614,7 @@ NAVBAR
614614
border-radius: 8px;
615615
right: 1vw;
616616
z-index: 10;
617-
background-color: #31343A;
617+
background-color: #31343a;
618618
top: 45px;
619619
padding: 10px 0;
620620
display: hidden;
@@ -626,8 +626,8 @@ NAVBAR
626626

627627
.navDropDown button {
628628
width: 100%;
629-
background-color: #31343A;
630-
color: #D9DADA;
629+
background-color: #31343a;
630+
color: #d9dada;
631631
padding: 9px 25px;
632632
display: flex;
633633
align-items: center;
@@ -640,12 +640,12 @@ NAVBAR
640640

641641
.navDropDown p {
642642
margin: 3px 5%;
643-
color: #D9DADA;
643+
color: #d9dada;
644644
}
645645

646646
.navDropDown button:hover {
647647
cursor: pointer;
648-
background-color: #393C42;
648+
background-color: #393c42;
649649
}
650650

651651
.navDropDown button svg {
@@ -776,7 +776,7 @@ div.rst__rowContents {
776776
bottom: 30px;
777777
right: 30px;
778778
z-index: 999;
779-
background-color: #0671E3;
779+
background-color: #0671e3;
780780
box-shadow: none;
781781
padding: 32px;
782782
}

0 commit comments

Comments
 (0)