You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
283 B
CSS
27 lines
283 B
CSS
7 years ago
|
a:hover,
|
||
|
a:active {
|
||
|
color: #46aaf6;
|
||
|
}
|
||
|
|
||
|
a {
|
||
|
color: #f0f0f0;
|
||
|
text-decoration: none;
|
||
|
}
|
||
|
|
||
|
body {
|
||
|
background-color: #101010;
|
||
|
color: #f0f0f0;
|
||
|
}
|
||
|
|
||
|
.pure-form legend {
|
||
|
color: #f0f0f0;
|
||
|
}
|
||
|
|
||
|
.pure-menu-heading {
|
||
|
color: #f0f0f0;
|
||
|
}
|
||
|
|
||
|
.pure-form > fieldset > input {
|
||
|
color: #101010;
|
||
|
}
|