Mantis summary updates.

This commit is contained in:
Cameron Redmore 2025-04-26 10:53:07 +01:00
parent 0e0d1bffb3
commit af8cc56e79
7 changed files with 168 additions and 16 deletions

View file

@ -25,4 +25,18 @@ body {
.drop-shadow {
filter: drop-shadow(0 0 25px rgba(0, 0, 0, 0.5));
}
a {
color: $primary;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
a:visited {
color: $blue-5;
}