Add citations

This commit is contained in:
Matthew Holt 2023-11-10 16:41:53 -07:00 committed by Francis Lavoie
parent 88f5a25f04
commit 7183805135
No known key found for this signature in database
GPG key ID: 0F66EE1687682239
3 changed files with 89 additions and 35 deletions

View file

@ -421,9 +421,26 @@ div.ap-wrapper:fullscreen div.ap-player {
.smallstep {
max-width: 150px;
margin-top: 1em;
}
.gold {
color: gold;
background: linear-gradient(63deg, rgba(212,167,36,1) 8%, rgba(251,228,63,1) 50%, rgba(241,218,57,1) 75%);
-webkit-background-clip: text;
background-clip: text;
-webkit-text-fill-color: transparent;
}
.col .cite {
font-size: 75%;
}
img.cite {
max-width: 100%;
}
.demobox {

View file

@ -295,7 +295,7 @@ h3.plain {
color: white;
}
.cols .col p {
.col p {
font-family: Inter;
font-size: 90%;
line-height: 1.5;