Set normal text color for directory view entries

This commit is contained in:
Johannes Zellner
2025-08-05 16:57:36 +02:00
parent 0825d0511a
commit fe513b1a07
+4
View File
@@ -605,4 +605,8 @@ onMounted(async () => {
margin: 0;
}
a.open-action {
color: var(--pankow-color-text);
}
</style>