mindre stilændring
This commit is contained in:
parent
6dae7e5c3b
commit
6cc08a96cf
|
@ -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 {
|
||||||
|
|
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user