The first working Theme Settings

This commit is contained in:
sageTheDM 2024-09-23 11:55:58 +02:00
parent 1718c9cf69
commit f5b1e80c6d
16 changed files with 517 additions and 250 deletions

View file

@ -29,7 +29,7 @@
.history ul li a {
display: block;
text-decoration: none;
color: white;
color: var(--text-color); /* Use variable for link text color */
width: 100%;
padding: 5px;
}