/* 
Theme Name: DavidP
Theme URI: www.davidp.se
Description: Custom theme for David P based on Hello by Elementor
Author: Alltid
Author URI: https://alltid.net
Template: hello-elementor
Version: 1.0.1
Text Domain: davidp
*/


.short-underline-yellow:after {
    position: relative;
    left: 0;
    content: '';
    display: block;
    height: 4px;
    width: 60px;
    background: #fab617;
    margin-top: 10px;
    color: #fab617;
    border-color: #fab617;
    
}

.short-underline-red:after {
    position: relative;
    left: 0;
    content: '';
    display: block;
    height: 6px;
    width: 80px;
    background: #e30613;
    margin-top: 10px;
    color: #e30613;
    border-color: #e30613;
    
}