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