edited opacity
This commit is contained in:
parent
73cb6b8118
commit
55f6b90192
@ -115,13 +115,14 @@ button:hover {
|
|||||||
color: white; /* Light text color for footer */
|
color: white; /* Light text color for footer */
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
opacity: 0.8;
|
opacity: 0.9;
|
||||||
}
|
}
|
||||||
|
|
||||||
.footer a {
|
.footer a {
|
||||||
color: white; /* Light text color for footer links */
|
color: white; /* Light text color for footer links */
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
margin: 0 10px;
|
margin: 0 10px;
|
||||||
|
opacity: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
.footer a:hover {
|
.footer a:hover {
|
||||||
@ -138,21 +139,25 @@ button:hover {
|
|||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
transition: background-color 0.3s ease, transform 0.3s ease;
|
transition: background-color 0.3s ease, transform 0.3s ease;
|
||||||
|
opacity: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
.footer button.server-list {
|
.footer button.server-list {
|
||||||
background-color: #000; /* Black color for Server List button */
|
background-color: #000; /* Black color for Server List button */
|
||||||
padding-bottom: 25px;
|
padding-bottom: 25px;
|
||||||
|
opacity: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
.footer button.server-list:hover {
|
.footer button.server-list:hover {
|
||||||
background-color: #333; /* Slightly lighter shade for hover effect */
|
background-color: #333; /* Slightly lighter shade for hover effect */
|
||||||
transform: scale(1.05);
|
transform: scale(1.05);
|
||||||
|
opacity: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
.footer button.eaglerrinth-mod-list {
|
.footer button.eaglerrinth-mod-list {
|
||||||
background-color: #9656ce; /* Same color as Discord link button */
|
background-color: #9656ce; /* Same color as Discord link button */
|
||||||
padding-bottom: 25px;
|
padding-bottom: 25px;
|
||||||
|
opacity: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
.footer button.eaglerrinth-mod-list:hover {
|
.footer button.eaglerrinth-mod-list:hover {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user