This commit is contained in:
2026-03-10 14:32:08 -04:00
parent be300ed203
commit aa53c6bbd5

View File

@@ -145,6 +145,21 @@ $next = $sites[($index + 1) % $total];
--orange0: #d65d0e;
--orange1: #fe8019;
}
a {
color: var(--blue1);
}
a:visited {
color: var(--purple1);
}
p {
text-align: justify;
hyphens: auto;
word-break: break-word;
}
#ring {
border-radius: var(--brad);
background-color: var(--bg2);