listing des articles un peu plus fournis
This commit is contained in:
parent
2fe8d5a5ae
commit
207e46f02b
25 changed files with 263 additions and 119 deletions
|
|
@ -4,16 +4,26 @@ body {
|
|||
margin: 0;
|
||||
}
|
||||
|
||||
* {
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
article {
|
||||
font-size: 1.1rem;
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-size: 1.75rem;
|
||||
color: $secondary;
|
||||
}
|
||||
|
||||
h2 {
|
||||
font-size: 1.4rem;
|
||||
color: $primary;
|
||||
}
|
||||
|
||||
a {
|
||||
color: $secondary;
|
||||
color: $primary;
|
||||
}
|
||||
a:hover {
|
||||
opacity: 0.8;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue