/*
Theme Name: Rams Child
Theme URI: -
Description: Rams Child Theme
Author: Andreas Groß
Author URI: https://www.tuxelcode.de
Template: rams
Version: 0.0.1
*/
 
@import url("../rams/style.css");
 
/* ----- Theme customization starts beloe ----- 

body a {
	color: blue;
	text-decoration: underline;
}

body a:hover {
	color: red;
	text-decoration: none;
	background-color: lightblue;
}

body a:visited {
	color: purple;
	text-decoration: underline;
}
*/
.sidebar a {
	color: inherit;
	text-decoration: none;
}

.sidebar a:hover {
	color: red;
	text-decoration: none;
	background-color: #d4f0ff;
}

.sidebar a:visited {
	color: inherit;
	text-decoration: none;
}

.post-content a {
	border-bottom: 0px;
}

.bg-mint {
    background: linear-gradient(0, #0089b6, #a5f2f3)!important;
}