Add more style to headers
This commit is contained in:
parent
bbf7d48e91
commit
b9b6437812
2 changed files with 8 additions and 2 deletions
|
@ -17,26 +17,32 @@ a {
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
font-size: 4em;
|
font-size: 4em;
|
||||||
|
font-weight: 600;
|
||||||
}
|
}
|
||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
font-size: 3.5em;
|
font-size: 3.5em;
|
||||||
|
font-weight: 600;
|
||||||
}
|
}
|
||||||
|
|
||||||
h3 {
|
h3 {
|
||||||
font-size: 3em;
|
font-size: 3em;
|
||||||
|
font-weight: 600;
|
||||||
}
|
}
|
||||||
|
|
||||||
h4 {
|
h4 {
|
||||||
font-size: 2.5em;
|
font-size: 2.5em;
|
||||||
|
font-weight: 500;
|
||||||
}
|
}
|
||||||
|
|
||||||
h5 {
|
h5 {
|
||||||
font-size: 2em;
|
font-size: 2em;
|
||||||
|
font-weight: 500;
|
||||||
}
|
}
|
||||||
|
|
||||||
h6 {
|
h6 {
|
||||||
font-size: 1.5em;
|
font-size: 1.5em;
|
||||||
|
font-weight: 500;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (prefers-color-scheme: dark) {
|
@media (prefers-color-scheme: dark) {
|
||||||
|
|
|
@ -2,8 +2,8 @@
|
||||||
|
|
||||||
HardenedBSD is a secure and humane *BSD operating system.
|
HardenedBSD is a secure and humane *BSD operating system.
|
||||||
|
|
||||||
### Download HardenedBSD
|
#### Download HardenedBSD
|
||||||
|
|
||||||
You can download HardenedBSD from either our installer site or from one of the [mirrors](mirrors.html).
|
You can download HardenedBSD from either our installer site or from one of the [mirrors](mirrors.html).
|
||||||
|
|
||||||
### Recent news
|
#### Recent news
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue