Color links

This commit is contained in:
Midgard 2020-09-15 21:48:02 +02:00 committed by ajuvercr
parent 481af58794
commit 6351c8b05e

View file

@ -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;
}