edit font weights
This commit is contained in:
parent
ff48d782c3
commit
11bf2492c2
1 changed files with 3 additions and 1 deletions
|
@ -90,11 +90,13 @@ p {
|
||||||
align-items: center;
|
align-items: center;
|
||||||
gap: 0.75rem;
|
gap: 0.75rem;
|
||||||
font-size: 2.5rem;
|
font-size: 2.5rem;
|
||||||
|
font-weight: 600;
|
||||||
color: #aeb3d0;
|
color: #aeb3d0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.repo .author .username {
|
.repo .author .username {
|
||||||
font-size: 1.75rem;
|
font-size: 1.75rem;
|
||||||
|
font-weight: 400;
|
||||||
color: #6d728f;
|
color: #6d728f;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -160,5 +162,5 @@ p {
|
||||||
.fact-heading {
|
.fact-heading {
|
||||||
color: #8c91af;
|
color: #8c91af;
|
||||||
font-size: 2rem;
|
font-size: 2rem;
|
||||||
font-weight: 500;
|
font-weight: 600;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue