1

more wording

This commit is contained in:
2024-01-18 22:07:10 +02:00
parent 1aa4b55591
commit 7254e784eb
2 changed files with 20 additions and 21 deletions

View File

@@ -80,13 +80,14 @@ h1.brand-title > a, h2.brand-subtitle {
color: #eee;
}
h1.brand-title > a {
font-variant: small-caps;
font-size: 3rem;
}
h1.brand-title > a:hover, h1.brand-title > a:focus {
text-decoration: none;
h1.brand-title {
a {
font-variant: small-caps;
font-size: 3rem;
}
a:hover, a:focus {
text-decoration: none;
}
}
h2.brand-subtitle {
@@ -107,6 +108,7 @@ main {
border-radius: 10px;
max-width: 1000px;
background-color: #e6e6e6;
background: radial-gradient(circle at top left, $blueLinkVisited 0%, $grey 50%, $darkTextColor 100%);
}