mindre stilændring

This commit is contained in:
Christoffer Müller Madsen 2016-09-19 15:57:15 +02:00
parent 6dae7e5c3b
commit 6cc08a96cf
2 changed files with 10 additions and 4 deletions

View File

@ -1,10 +1,15 @@
h2,h3,h4,p { h2,h3,h4,p {
font-family: sans-serif; font-family: sans-serif;
margin-left: 5px; margin-left: 5px;
margin-bottom: 0px;
}
h3 {
font-size: 1.30em;
} }
h4 { h4 {
font-size: 1.17em; font-size: 1.17em;
} }
p { p {

View File

@ -5,11 +5,12 @@ body {
} }
a:link, a:visited { a:link, a:visited {
color: #ff9900; color: #0055ce;
transition-duration: 0.3s; transition-duration: 0.3s;
text-decoration: none;
} }
a:hover, a:active { a:hover, a:active {
color: #ffb84d; color: #3385ff;
transition-duration: 0.3s; transition-duration: 0.3s;
} }