Upload New File

This commit is contained in:
noxy 2021-03-23 20:32:00 +00:00
parent 5795665901
commit 80e3e1179b

59
custom.css Normal file
View File

@ -0,0 +1,59 @@
.markdown-body blockquote {
margin: 0;
margin-top: 0px;
margin-bottom: 0px;
padding: 0;
border: 0;
color: #80FF00;
}
.markdown-body blockquote::before {
content: ">"
}
.mx_AuthPage_modalContent {
background: #222121 !important;
}
.mx_Header_title {
color: white;
font-family: monospace;
text-transform: uppercase full-width;
}
.mx_ButtonSignIn {
background-color: #9f0;
color: black !important;
font-family: monspace;
text-transform: uppercase full-width;
font-weight: bold;
}
.mx_ButtonSignIn {
background-color: #828384 !important;
}
.mx_AuthPage_modalBlur {
filter: none !important;
background: none !important;
}
.mx_AuthPage_modalContent {
border-radius: 0 !important;
}
.mx_AuthPage {
background: rgba(0, 0, 0, 0) url("img/background-auth.jpg") repeat fixed center center / cover !important;
}
body {
background: #15191e;
}
.mx_AuthBody_language .mx_Dropdown_input {
color: #333435;
}
.mx_MImageBody_thumbnail_container {
max-width: 430px;
}