art-museum/root/global.css

14 lines
255 B
CSS
Raw Normal View History

2022-09-23 03:32:29 -07:00
/* 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;
}