2018-04-13 19:32:14 -07:00
|
|
|
a:hover,
|
|
|
|
a:active {
|
2018-08-03 16:17:19 -07:00
|
|
|
color: rgb(0, 182, 240);
|
2018-04-13 19:32:14 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
a {
|
2018-04-16 17:05:45 -07:00
|
|
|
color: #a0a0a0;
|
2018-04-13 19:32:14 -07:00
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
body {
|
2018-08-03 16:26:12 -07:00
|
|
|
background-color: rgba(35, 35, 35, 1);
|
2018-04-13 19:32:14 -07:00
|
|
|
color: #f0f0f0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.pure-form legend {
|
|
|
|
color: #f0f0f0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.pure-menu-heading {
|
|
|
|
color: #f0f0f0;
|
|
|
|
}
|
|
|
|
|
2019-08-05 16:49:13 -07:00
|
|
|
input,
|
|
|
|
select,
|
|
|
|
textarea {
|
2018-08-03 16:26:12 -07:00
|
|
|
color: rgba(35, 35, 35, 1);
|
2018-07-16 09:24:24 -07:00
|
|
|
}
|
|
|
|
|
2019-03-06 07:54:56 -08:00
|
|
|
.pure-form input[type="file"] {
|
|
|
|
color: #f0f0f0;
|
|
|
|
}
|
|
|
|
|
2018-08-03 16:17:19 -07:00
|
|
|
.navbar > .searchbar input {
|
2018-07-26 07:46:43 -07:00
|
|
|
background-color: inherit;
|
|
|
|
color: inherit;
|
|
|
|
}
|