Ajustements css
This commit is contained in:
parent
6b22a602ec
commit
88de2fe0c0
3 changed files with 199 additions and 146 deletions
|
@ -16,6 +16,7 @@ body {
|
|||
|
||||
h1, h2, h3, h4 {
|
||||
font-family: $headfont;
|
||||
line-height: 1.2;
|
||||
}
|
||||
|
||||
h1 {
|
||||
|
@ -153,7 +154,8 @@ p {
|
|||
a {
|
||||
width: auto;
|
||||
&:hover {
|
||||
background: #ccc;
|
||||
background: darken($compl, 10%);
|
||||
color: #fff;
|
||||
}
|
||||
}
|
||||
&:before {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue