Typog: Re-organize
This commit is contained in:
parent
c192009673
commit
b90fbe075b
1 changed files with 8 additions and 12 deletions
|
@ -4,23 +4,28 @@ html {
|
||||||
--hilite: #8D3FC5;
|
--hilite: #8D3FC5;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
ul,ol,p {
|
||||||
|
color: white;
|
||||||
|
}
|
||||||
|
|
||||||
a,a:visited,a:link,a:focus {
|
a,a:visited,a:link,a:focus {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
color: darkgrey;
|
color: darkgrey;
|
||||||
}
|
}
|
||||||
|
|
||||||
a:hover {
|
a:hover {
|
||||||
font-style: italic;
|
color: white;
|
||||||
|
}
|
||||||
|
|
||||||
|
nav a:hover {
|
||||||
color: var(--hilite);
|
color: var(--hilite);
|
||||||
}
|
}
|
||||||
|
|
||||||
header div {
|
header div {
|
||||||
font: 1.5vw "Lucida Sans Unicode", "Lucida Grande", sans-serif;
|
|
||||||
color: darkgrey; letter-spacing: 0.8em;
|
color: darkgrey; letter-spacing: 0.8em;
|
||||||
}
|
}
|
||||||
|
|
||||||
header div::first-letter {
|
header div::first-letter {
|
||||||
font: 1.75vw "Lucida Sans Unicode", "Lucida Grande", sans-serif;
|
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -82,13 +87,4 @@ h6 {
|
||||||
|
|
||||||
article p {
|
article p {
|
||||||
padding: 0em 2em;
|
padding: 0em 2em;
|
||||||
color: white;
|
|
||||||
}
|
|
||||||
|
|
||||||
ul {
|
|
||||||
color: white;
|
|
||||||
}
|
|
||||||
|
|
||||||
ol {
|
|
||||||
color: white;
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue