Update server and frontend files, add new uploads

This commit is contained in:
sanikapendurkar
2025-02-17 14:40:11 +05:30
parent 0f4e1a3183
commit 56bbb4596f
20 changed files with 82109 additions and 13 deletions

View File

@@ -117,11 +117,19 @@ body {
transition: background-color 0.3s;
}
.stream-bar ul li a {
color: black; /* Change the link text to white on hover */
}
.stream-bar ul li:hover {
background-color: black;
background-color: #B7202E;
color: white;
}
.stream-bar ul li:hover a {
color: white; /* Change the link text to white on hover */
}
/* Content Area (Left Side) */
.content-area {
flex: 1;