Push to prod soon™️?

Signed-off-by: Alexander J <odyssey346@disroot.org>
This commit is contained in:
Alexander J
2022-05-14 15:45:38 +02:00
parent ae966cbdb2
commit 87c98fa4fd
3 changed files with 34 additions and 1 deletions

View File

@@ -78,6 +78,32 @@ a.visited {
cursor: pointer;
}
.matrixcolored {
background-color: #0dbd8b;
}
.matrixcolored:hover {
background-color: #099970;
color: #fff;
}
.discordcolored {
background-color: #5865F2;
}
.discordcolored:hover {
background-color: hsl(235,calc(var(--saturation-factor, 1)*86.1%),71.8%); /* I didn't steal this from their website DONT SUE ME DONT FUCKING SUE ME PLEASEEEEEEEEEEEEEEEE */
color: #fff;
}
.githubcolored {
background-color: #333333;
}
.githubcolored:hover {
background-color: #666666;
color: #fff;
}
.gameserversCardTitle, .centreofattention {
text-align: center;
}