Update server and frontend files, add new uploads
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user