improve finrding

This commit is contained in:
Ross
2025-05-12 10:18:44 +01:00
parent e119dceaa1
commit 1599e48584
6 changed files with 138 additions and 18 deletions
+11
View File
@@ -138,6 +138,17 @@ button a {
color: inherit;
}
.button-unset {
background-color: unset;
color: unset;
border: unset;
}
.button-unset:hover {
background-color: unset;
color: unset;
border: unset;
}
.marking-list pre {
display: inline;
white-space: pre-wrap;