mirror of
https://github.com/GenShibe/website.git
synced 2025-02-12 15:04:49 +00:00
font test
This commit is contained in:
parent
acadc4cd16
commit
6da28cbc7a
1 changed files with 7 additions and 0 deletions
|
@ -138,9 +138,11 @@ p {
|
||||||
a {
|
a {
|
||||||
color: var(--ctp-blue);
|
color: var(--ctp-blue);
|
||||||
}
|
}
|
||||||
|
|
||||||
a:hover {
|
a:hover {
|
||||||
color: var(--ctp-sapphire);
|
color: var(--ctp-sapphire);
|
||||||
}
|
}
|
||||||
|
|
||||||
a:visited {
|
a:visited {
|
||||||
color: var(--ctp-mauve);
|
color: var(--ctp-mauve);
|
||||||
}
|
}
|
||||||
|
@ -151,12 +153,14 @@ h1 {
|
||||||
font-size: 3em;
|
font-size: 3em;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
margin-top: 2px;
|
margin-top: 2px;
|
||||||
margin-bottom: 2px;
|
margin-bottom: 2px;
|
||||||
font-size: 2em;
|
font-size: 2em;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
h3 {
|
h3 {
|
||||||
margin-top: 2px;
|
margin-top: 2px;
|
||||||
margin-bottom: 2px;
|
margin-bottom: 2px;
|
||||||
|
@ -207,6 +211,7 @@ footer {
|
||||||
margin: 5px;
|
margin: 5px;
|
||||||
line-height: 1.75em;
|
line-height: 1.75em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.socials a:hover {
|
.socials a:hover {
|
||||||
background-color: var(--ctp-peach);
|
background-color: var(--ctp-peach);
|
||||||
color: var(--ctp-mantle);
|
color: var(--ctp-mantle);
|
||||||
|
@ -228,3 +233,5 @@ select {
|
||||||
border-color: var(--ctp-surface0);
|
border-color: var(--ctp-surface0);
|
||||||
border-radius: 0.375rem;
|
border-radius: 0.375rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@import url('https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap')
|
Loading…
Add table
Reference in a new issue