blob: 73735799ba3495000e3df95d75492f06d8506108 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
:root {
--background-image: url(/assets/media/fall-10.webp);
--bs-heading-color: #035;
--menu-hover-bgr: #dff;
--info-text-color: #223;
--img-credit-hover-color: #334;
--img-credit-bgr: transparent;
--img-credit-color: #145;
}
.central-form form label { color: #313; }
tbody, td, tfoot, th, thead, tr { border-color: #def7; }
|