more wording
This commit is contained in:
@@ -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%);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user