mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-07-09 00:43:14 +00:00
added discord link
This commit is contained in:
@@ -132,4 +132,27 @@ h3 {
|
||||
color: rgb(0, 0, 0);
|
||||
text-align: center;
|
||||
text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
|
||||
}
|
||||
|
||||
.discord-link {
|
||||
position: fixed;
|
||||
top: 50px;
|
||||
right: 50px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
width: 70px;
|
||||
height: 70px;
|
||||
background-color: #5865F2;
|
||||
border-radius: 50%;
|
||||
transition: background-color 0.3s ease;
|
||||
}
|
||||
|
||||
.discord-link:hover {
|
||||
background-color: #4752C4;
|
||||
}
|
||||
|
||||
.discord-logo {
|
||||
width: 40px;
|
||||
height: 40px;
|
||||
}
|
||||
Reference in New Issue
Block a user