:root {
	--accent: deeppink;
	--green: #00a229;
	--text: white;
	--foreground: #222a;
	--background: fixed linear-gradient(to bottom,#111,indigo,indianred,orange);
	--outside: linear-gradient(#3339,#4b008299);
	--post: #2227;
	--panel-border: 1px solid #000;
	--highlighted: #2229;
	--visited: #555;
	--spoiler: #0f0f0f;
	color-scheme: light;
    
    html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td, select, input {
	font-family: "Frutiger", sans-serif;
    text-shadow: 1px 1px 1px black, -1px 1px 1px black, 1px -1px 1px black, -1px -1px 1px black;
    /*font-size: 16px;*/
	}
    
    nav {
    backdrop-filter: blur(5px);
    }
    
    #user, #subreddit, #sidebar {
	background: var(--post);
	border-radius: 15px;
    }
    
    .post {
	border-radius: 15px;
	box-shadow: 2px 2px 5px #222;
    backdrop-filter: blur(5px);
    }
    
    .thread {
    border: var(--panel-border);
    border-radius: 15px;
    background: var(--post);
    backdrop-filter: blur(5px);
    margin: 5px 0px;
    padding: 10px;
    }
    
    .comment_score {
    background: #111;
    backdrop-filter: blur(5px);
	border-radius: 15px;
    border: outset 4px var(--accent);
    scale: 1.1;
	}
    
    /* Arreglos Adicionales */
    a.selected, .subscribe, .filter, .copy, .import {
    color: white !important;
    padding: 15px 20px !important;
    }
    
    .md .md-spoiler-text, .md-spoiler-text a {
	background: black;
    text-shadow: 0px 0px transparent;
        :hover {
        color: white !important;
        }
    }
}
