fixed quotes and made a safelink function

This commit is contained in:
MathMan05 2024-09-05 12:00:05 -05:00
parent e3185a06c6
commit 04779b6c6c
7 changed files with 156 additions and 14 deletions

View file

@ -168,6 +168,7 @@ samp {
a {
color: var(--link);
text-decoration: none;
cursor: pointer;
}
a:hover {
@ -923,7 +924,7 @@ input[type="checkbox"] {
}
.quote {
display: flex;
display: inline-flex;
width: fit-content;
position: relative;
}