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