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