Update design

This commit is contained in:
Trollfury21
2025-08-03 22:19:43 +02:00
parent d891df5643
commit 4274023d48
13 changed files with 24 additions and 25 deletions

View File

@@ -3072,6 +3072,19 @@ input:checked + .toggleSwitchSlider:before {
height: 20px;
}
.githubSVG {
fill: #ffffff;
transition: 0.25s ease;
cursor: pointer;
height: 12px;
width: 12px;
}
.githubSVG:hover {
height: 20px;
width: 20px;
}
/* Social media URL shared styles. */
.mediaURL {
outline: none;