You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
389 B
16 lines
389 B
/* default branding values */
|
|
h1, h2, h3, h4, h5, h6, ol, ul, li, dl, dt, dd, p, button, input, select, legend, fieldset, label, navbar {
|
|
color: #333333;
|
|
font-family: 'Trebuchet MS';
|
|
text-align: left;
|
|
}
|
|
|
|
/* adaptions of w3 css */
|
|
.w3-button{
|
|
background-color: #E89212!important;
|
|
color: white;
|
|
}
|
|
.w3-button:hover {
|
|
color: #000!important;
|
|
background-color: #C95802!important;
|
|
}
|
|
|