Skip to content

Commit 912811e

Browse files
committed
fix font weight
1 parent 1c2de08 commit 912811e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

assets/style/main.css

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@import url('https://fonts.googleapis.com/css?family=Lato:100|Montserrat:900');
1+
@import url('https://fonts.googleapis.com/css?family=Lato:300|Montserrat:900');
22
/*
33
font-family: 'Lato', sans-serif;
44
font-family: 'Montserrat', sans-serif;
@@ -14,9 +14,9 @@ html,body{
1414
}
1515
*{
1616
font-family: var(--primary-font);
17-
font-weight: 100;
17+
font-weight: 300;
1818
box-sizing: border-box;
19-
color: rgb(66, 66, 66);
19+
color: rgb(31, 31, 31);
2020
}
2121
h1,h2,h3,h4,h5,h6{
2222
font-family: var(--secondary-font);
@@ -71,7 +71,7 @@ h1,h2,h3,h4,h5,h6{
7171
.download-button{
7272
color:white;
7373
background: linear-gradient(to top,rgb(34, 34, 34),rgb(22, 22, 22));
74-
border:1px solid gray;
74+
border:1px solid rgb(41, 41, 41);
7575
padding: 15px;
7676
font-family: var(--secondary-font);
7777
border-radius: 5px;
@@ -82,5 +82,5 @@ ul,li{
8282
}
8383
a,a:hover,a:disabled,a:default{
8484
text-decoration: none;
85-
color:lightgrey;
85+
color:rgb(44, 44, 44);
8686
}

0 commit comments

Comments
 (0)