Add references section

This commit is contained in:
2021-10-18 09:30:35 +01:00
parent aa97aaf12c
commit 743c82b5a5
5 changed files with 55 additions and 0 deletions

View File

@ -74,3 +74,12 @@ svg {
#Alcohol, #connection-rectangle, #brain, #brain-projection, #human {
opacity: 0;
}
.references li {
transition: background-color 1s;
padding: 0.5rem 1rem;
}
.highlight {
background-color: rgb(251, 255, 130);
}