mirror of
https://github.com/Akif9748/akf-forum.git
synced 2024-11-01 03:25:04 +03:00
Akif9748
db61361a95
Forum Setup page, edit forum config w/api ban user's all ips, secretmodel deleted, /undelete is disabled and better themes if user reacted a message, view it fixs for reactions of messages discord auth in config.json
26 lines
No EOL
427 B
CSS
26 lines
No EOL
427 B
CSS
.title {
|
|
color: var(--main);
|
|
font-weight: 700;
|
|
}
|
|
|
|
form {
|
|
display: flex;
|
|
align-items: center;
|
|
flex-direction: column;
|
|
max-width: 500px;
|
|
margin: 0 auto;
|
|
width: 100%;
|
|
padding: 8px;
|
|
}
|
|
|
|
|
|
input {
|
|
padding: 8px 10px;
|
|
font-family: inherit;
|
|
display: block;
|
|
font-weight: 600;
|
|
color: var(--input-clr);
|
|
width: 100%;
|
|
margin-bottom: 10px;
|
|
border: 2px solid var(--borders);
|
|
} |