/*
 Theme Name:        GeneratePress Child | Wohlwert
 Theme URI:         https://generatepress.com/?ref=7960&campaign=GitHub
 Description:       A custom child theme for GeneratePress with Maintenance Mode and Login Branding features.
 Author:            Team OctaHexa
 Author URI:        https://octahexa.com
 Template:          generatepress
 Version:           3.14.34
 Text Domain:       gp-child
 GitHub Theme URI:  https://github.com/teamoctahexa
*/

/**
 * Do not directly or manually make changes to this Theme, it is controlled by a GIT repository on GitHub.
 * IMPORTANT: Database entries related to this theme will remain after deletion. Use the "Cleanup Options" Theme Settings > Cleanup Options to remove them manually.
 */

/* ===========================================
 * Table of Contents:
 * ===========================================
 * 1. Link underline text
 * 
 */

/* ===========================================
 * 1. Link underline text
 * =========================================== */

 a {
    text-decoration-thickness: 1px !important;
    text-underline-offset: 4px;
    text-decoration-color: #00aab1 !important;
    text-decoration: underline;
  }
  
  u {
    text-decoration: none;
  }