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