Update styles.css

Fix tiling background image (mostly)
This commit is contained in:
Justyn Freeman 2023-02-06 10:40:47 -05:00
parent b4625f1599
commit a898b2f405

View file

@ -6,6 +6,7 @@
--main-color: #fff;
--main-bg-color: #48525C;
--main-bg-image: url("images/background.jpg");
--main-bg-size: cover;
/* LOADING */
--loading-color: #ddd;
@ -76,6 +77,7 @@
.thm-message-list-top-toolbar, .thm-message-list-bottom-toolbar {
background-color: #111 !important;
color: var(--main-color);
background-repeat: repeat-x !important;
}
.btn:not(.btn-success):not(.btn-warning):not(.btn-danger) {