Files
2026-06-06 10:21:24 +02:00

24 lines
338 B
Plaintext

.sans-font {
font-family: "DistressBlack", sans-serif;
}
.chat-message .message-header {
line-height: 20px;
color: white;
text-shadow: 0px 0px 5px black;
background: #1918135e;
}
.flex-center {
align-items: center;
justify-content: center;
}
.flex-around {
justify-content: space-around;
}
.flexsmall {
flex: 0.5;
}