shorts might now be functional?

This commit is contained in:
Ross
2025-04-28 12:15:31 +01:00
parent 405b17776f
commit 06e66ad52c
18 changed files with 901 additions and 234 deletions
+10
View File
@@ -1327,4 +1327,14 @@ a, a:link {
span#user-id {
opacity: 50%;
float: right;
}
.marking-link {
color: #8600789e;
text-decoration: none;
text-transform: uppercase;
}
.marking-link:hover {
color: #3282b8;
text-decoration: underline;
}