Titles sizes and links

2017-theme
uid 2020-10-20 23:59:55 +02:00
parent c2879a1963
commit 48c14013e7
1 changed files with 18 additions and 6 deletions

View File

@ -40,7 +40,7 @@ body {
h1 {
margin: 0;
font-size: 4rem;
font-size: 2rem;
}
p, li {
@ -54,8 +54,19 @@ a {
a:hover {
font-weight: bold;
text-decoration: underline;
}
h1 a:hover {
font-weight: bold;
}
h1 a {
color: #000000;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* HEADER *
@ -66,16 +77,17 @@ header {
margin: 2rem auto 2rem auto;
}
header > img,
header > h1 {
.sitebanner img,
.sitebanner h1 {
display: inline-block;
vertical-align: middle;
font-size: 4rem;
}
header h1 a {
color: #000000;
.sitebanner h1 a {
text-decoration: none;
}
header > img {
.sitebanner > img {
width: 4rem;
}