14 lines
255 B
CSS
14 lines
255 B
CSS
/* Copyright (C) 2021 Alexander Rosenberg
|
|
* This file is AGPL v3. See LICENSE file for more information
|
|
*/
|
|
body {
|
|
background: #111111;
|
|
color: white;
|
|
font-family: sans-serif;
|
|
overflow-x: hidden;
|
|
}
|
|
|
|
.error-message {
|
|
color: #ff0000;
|
|
}
|