change font weight
This commit is contained in:
parent
8ac016d28f
commit
13464c12e4
@ -17,7 +17,7 @@ html, body {
|
||||
|
||||
/* logo */
|
||||
.logo {
|
||||
font-weight: 900;
|
||||
font-weight: 700;
|
||||
color: var(--primary-color);
|
||||
font-size: 1.4em;
|
||||
grid-column: 2;
|
||||
@ -49,7 +49,7 @@ html, body {
|
||||
|
||||
.doc__nav {
|
||||
flex-basis: 20%;
|
||||
font-weight: 200;
|
||||
font-weight: 400;
|
||||
}
|
||||
|
||||
.doc__nav ul {
|
||||
|
@ -22,7 +22,7 @@ html, body {
|
||||
}
|
||||
|
||||
p {
|
||||
font-weight: 300;
|
||||
font-weight: 400;
|
||||
color: #4A4A4A;
|
||||
}
|
||||
|
||||
@ -70,7 +70,7 @@ hr {
|
||||
.tab {
|
||||
display: inline-block;
|
||||
padding: 0.3rem 0.5rem;
|
||||
font-weight: 200;
|
||||
font-weight: 400;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
@ -246,7 +246,7 @@ table {
|
||||
table td, table th {
|
||||
border: 1px solid var(--code-bg-color);
|
||||
padding: 0.8rem;
|
||||
font-weight: 300;
|
||||
font-weight: 400;
|
||||
}
|
||||
|
||||
table th {
|
||||
@ -258,7 +258,7 @@ table th {
|
||||
|
||||
table td:first-child {
|
||||
background-color: var(--bg-color);
|
||||
font-weight: 600;
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 600px) {
|
||||
|
@ -12,7 +12,7 @@ nav {
|
||||
}
|
||||
|
||||
.hero__title {
|
||||
font-weight: 900;
|
||||
font-weight: 700;
|
||||
color: var(--primary-color);
|
||||
}
|
||||
|
||||
@ -55,6 +55,7 @@ nav {
|
||||
|
||||
.feature__item p {
|
||||
margin-top: 0.5rem;
|
||||
line-height: 1.5rem;
|
||||
}
|
||||
|
||||
/* keybinding section */
|
||||
@ -137,7 +138,7 @@ nav {
|
||||
|
||||
.changelog__meta small {
|
||||
color: var(--primary-color-light);
|
||||
font-weight: 200;
|
||||
font-weight: 400;
|
||||
letter-spacing: 1px;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user