background-color

The background color of your website.

Class Properties
v-dark background-color: rgb(70, 70, 70);
v-light background-color: rgb(238, 238, 238);
v-danger background-color: rgb(255, 76, 44);
v-info background-color: rgb(2, 168, 245);
v-primary background-color: rgb(42, 131, 248);
v-smooth background-color: rgb(255, 242, 242);
v-transparent background-color: transparent;
v-secondary background-color: rgb(141, 141, 141);
v-warning background-color: rgb(253, 207, 0);
v-green background-color: rgb(14, 253, 201);
v-white background-color: #fff;