Color links
This commit is contained in:
parent
481af58794
commit
6351c8b05e
1 changed files with 14 additions and 0 deletions
|
@ -27,6 +27,10 @@ body {
|
|||
font-family: futura, Avenir Next, Verdana, Geneva, Tahoma, sans-serif;
|
||||
}
|
||||
|
||||
a {
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
main {
|
||||
margin-left: 5rem;
|
||||
display: flex;
|
||||
|
@ -46,6 +50,16 @@ footer {
|
|||
margin: 0 auto;
|
||||
}
|
||||
|
||||
details {
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
summary {
|
||||
cursor: pointer;
|
||||
}
|
||||
details[open] {
|
||||
border-bottom: 1px solid #000;
|
||||
}
|
||||
|
||||
.align {
|
||||
max-width: 1280px;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue