/*
hristoast - site-dark.css
Copyright (C) 2019  Hristos N. Triantafillou

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>.
*/

body {
    background-color: #444;
    color: #e4e4e4;
}

a {
    color: #e6e6e6;
}

a:focus, a:hover {
    color: #595959;
}

img {
    filter: grayscale(30%);
}

a:hover, a.noul:hover {
    color: #f2f2f2;
}

code {
    background-color: #595959;
    border-color: #595959;
}

div#dates {
    color: #eee;
}

button, button:hover, input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover, button:focus, input[type="submit"]:focus, input[type="reset"]:focus, input[type="button"]:focus {
    color: #e6e6e6;

}
