/*
Theme Name: ConsentPress Theme
Theme URI: https://example.com
Author: Julian Hoever
Author URI: https://consentpress.com
Description: WordPress theme made for ConsentPress
Version: 1.0
License: GNU General Public License v2 or later
Text Domain: consentpress-theme
*/


.absolute.bg-gradient-to-tr.from-blue-600.to-blue-500, .section-hero {
  background-image: linear-gradient(to top right, #2563eb, #3b82f6) !important;
}

article ul, article ol, article li{
	list-style: revert;
	padding: 0 15px 7px;
}

code {
    border: 1px solid;
    padding: 2px 15px;
}

h3, p{
	margin-bottom: 1.2rem;
}

h2,h3{
	font-weight: 500;
	line-height: 1;
}