This commit is contained in:
Ross
2021-08-21 09:36:55 +01:00
parent 0fbf23b4ce
commit 506e5111ce
9 changed files with 29 additions and 10 deletions
+9
View File
@@ -629,4 +629,13 @@ input {
color: blue;
cursor: pointer;
text-decoration: underline;
}
.date {
font-size: smaller;
opacity: 50%;
}
.date:hover {
opacity: 100%;
}