Fix apv2, WIP
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
.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;
|
||||
}
|
||||
Reference in New Issue
Block a user