Made favicon.ico be uploaded to have a website image and added Error's

github as his link
This commit is contained in:
2025-10-23 07:54:34 +01:00
parent 95af8d78bb
commit aab90d71de
6 changed files with 10 additions and 4 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 17 KiB

After

Width:  |  Height:  |  Size: 26 KiB

View File

@@ -19,7 +19,7 @@ h1 {
#footer-links {
margin: 0px;
padding: 5px;
border-top: 1px solid var(--accent);
border-top: 1px solid white;
}
hr {
color: #ffffff;
@@ -46,8 +46,7 @@ a {
border-radius: 50%;
}
#member img:hover {
transform: scale(1.2);
filter: drop-shadow(0 0 3px #202020);
filter: drop-shadow(0 0 3px #202020);
}
#member-role {
color: #888888;
@@ -63,5 +62,6 @@ a {
margin: 20px;
}
#member:hover {
transform: scale(1.2);
background: #222222;
}

BIN
tuxcord/static/tuxcord.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 KiB