/**
 * Theme Name:        Winobo
 * Theme URI:         https://winobo.de
 * Description:       Child theme of Vantage for winobo.de
 * Version:           1.0.0
 * Author:            Sebastian Popp / Peak Value
 * Author URI:        https://www.peakvalue.de/
 * Template:          vantage
 * Text Domain:       vantage
 * Domain Path:       /languages/
 * License:           GNU General Public License v2.0 or later
 * License URI:       https://www.gnu.org/licenses/gpl-2.0.html
 */

body a[href^="tel"] {
    color: #248cc8;
}

body a[href^="tel"]:hover,
body a[href^="tel"]:focus,
body a[href^="tel"]:active {
    color: #f47e3c;
}
