Add "Beyond #100000: You're breathtaking!" (#972)

This commit is contained in:
Adam Scott
2024-12-04 15:39:44 -05:00
committed by GitHub
parent 90318e0496
commit 151966e6a9
11 changed files with 126 additions and 2 deletions

View File

@@ -6,6 +6,14 @@
padding: 0 12px;
}
.card-info {
background: var(--info-background-color);
border-radius: 4px 4px;
color: var(--info-color);
font-size: 90%;
padding: 0 12px;
}
.card-download {
display: flex;
flex-direction: column;

View File

@@ -76,6 +76,8 @@
--warning-background-color: #ffedcc;
--warning-color: #404040;
--info-background-color: rgba(212, 237, 255, 0.9);
--default-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
--header-font-family: "Montserrat", sans-serif;
@@ -1532,4 +1534,18 @@ section.sponsors .grid {
margin: 35px 0;
}
.small > p {
font-size: 80%;
}
.text-center {
text-align: center;
}
.footnotes {
font-size: 80%;
border-top: 1px solid var(--table-divider-color);
margin-top: 4rem;
}
@import 'footer';