More style changes

This commit is contained in:
dec05eba
2024-07-31 21:01:31 +02:00
parent 497217a3e0
commit 8a82fa688b
15 changed files with 1032 additions and 184 deletions

View File

@@ -95,7 +95,7 @@ namespace gsr {
background.set_size(max_size);
background.set_color(mgl::Color(0, 0, 0));
} else {
background.set_color(mgl::Color(0, 0, 0, 250));
background.set_color(mgl::Color(0, 0, 0, 220));
}
window.draw(background);