mirror of
https://github.com/caddyserver/website.git
synced 2025-04-27 07:26:17 -04:00
Add citations
This commit is contained in:
parent
88f5a25f04
commit
7183805135
3 changed files with 89 additions and 35 deletions
|
@ -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 {
|
||||
|
|
|
@ -295,7 +295,7 @@ h3.plain {
|
|||
color: white;
|
||||
}
|
||||
|
||||
.cols .col p {
|
||||
.col p {
|
||||
font-family: Inter;
|
||||
font-size: 90%;
|
||||
line-height: 1.5;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue