/*
Theme Name: Salud API
Text Domain: saludapi
Version: 1.0
Requires at least: 4.7
Requires PHP: 5.2.4
Description: Tema desarrollado para proveer datos de consulta de COVID 19
Author: Gerardo Vélez
Author URI: https://gerardo.velezsanchez.tk
Theme URI: #
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

*/

a {
  text-decoration: none;
  color: black;
}

a:hover {
  color: rgb(0, 0, 0);
  text-decoration: underline;
}

body {
  background-color: black;
  filter: invert(1) hue-rotate(180deg);
}