summaryrefslogtreecommitdiff
path: root/docs/index.css
diff options
context:
space:
mode:
authorRasmus Andersson <rasmus@notion.se>2022-06-08 00:38:29 +0300
committerRasmus Andersson <rasmus@notion.se>2022-06-08 00:38:29 +0300
commit4dd11771f0197fbcc8279d92340cf9250738cd01 (patch)
tree96bdcdece18258d437f9cc545a76c4b0703533ba /docs/index.css
parent24d48fe8d277b646fddb3f4d38bf6dc31a8250db (diff)
downloadinter-4dd11771f0197fbcc8279d92340cf9250738cd01.tar.xz
website: add /download/ page
Diffstat (limited to 'docs/index.css')
-rw-r--r--docs/index.css32
1 files changed, 0 insertions, 32 deletions
diff --git a/docs/index.css b/docs/index.css
index 594f0e308..e78af2305 100644
--- a/docs/index.css
+++ b/docs/index.css
@@ -269,38 +269,6 @@ grid.faq {
}
-
-#sponsor-button {
- display: inline-block;
- min-width: 1%;
- max-width: 100%;
- height: 2em;
- line-height: 2em;
- border-radius: 0.25em;
- border: 1px solid rgba(0,0,0,0.2);
- font-weight: 500; font-weight: 480;
- text-decoration: none;
- padding: 0 0.6em;
- user-select: none; -webkit-user-select: none;
-}
-#sponsor-button:hover {
- border-color: rgba(0,0,0,0.6);
- color: inherit;
-}
-#sponsor-button span {
- display: flex;
- align-items: center;
- white-space: nowrap;
-}
-#sponsor-button span::before {
- content: "♥";
- color: var(--red);
- margin-right: 0.3em;
- font-size: 1.1em;
- line-height: 1em;
-}
-
-
blockquote {
display:inline-block;
border-radius:4px;