Make h1 link inherit color (stay white)
This commit is contained in:
parent
78333dcd4d
commit
491cb52fbb
1 changed files with 4 additions and 0 deletions
|
|
@ -16,6 +16,10 @@
|
|||
h1, h2 {
|
||||
font-family: 'chunkfiveregular', sans-serif;
|
||||
}
|
||||
h1 a {
|
||||
color: inherit;
|
||||
text-decoration: none;
|
||||
}
|
||||
.logo-container {
|
||||
background: rgba(255, 255, 255, 0.05);
|
||||
padding: 1rem;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue