
:root {
    --background_color: white}



a[href*='/citanie/']::before, a[href]:not([href*="/"])::before {
    content: '\ED0F';
    font-family: 'remixicon';
}
a[href*="/"]:is([href^='https://']):not([href*='https://preskruseneduse.sk'])::before {
    content: '\ECAF';
    font-family: 'remixicon';
}
a[href*='/citanie/']:hover, a[href]:not([href*="/"]):hover, a[href*="/"]:is([href^='https://']):not([href*='https://preskruseneduse.sk']):hover {
    text-decoration: underline;
    text-decoration-style: dotted;
    color: #3496d8;
}