SSL certificates, more styles improvements and sharing WIP

This commit is contained in:
2025-02-21 21:08:55 +01:00
parent 72777c44d5
commit 1102b4d770
14 changed files with 474 additions and 23 deletions
+17
View File
@@ -10,3 +10,20 @@
background: var(--black);
}
.share {
all: unset;
cursor: pointer;
background: var(--crimson);
color: var(--white);
border-radius: 0.75rem;
box-shadow: none;
padding: 1rem 2rem;
font-size: 1.25rem;
font-weight: bold;
text-decoration: none;
}