liceneses without translation or GH action

This commit is contained in:
Anthony Stirling
2024-01-03 23:01:33 +00:00
parent 4b0df4ffd5
commit 0592bac5bf
8 changed files with 994 additions and 3 deletions

View File

@@ -11,6 +11,13 @@ body, select, textarea {
color: rgb(var(--base-font-color)) !important;
}
a {
color: #add8e6;
}
a:hover {
color: #87ceeb; /* Slightly brighter blue on hover for accessibility */
}
.dark-card {
background-color: rgb(var(--body-background-color)) !important;
color: rgb(var(--base-font-color)) !important;