@import "fontimport.css";

body {
    font-family: "Corbel";
    background: #f9dad9;
}
.forum-style {
    display: none;
}
div.post.reply {
    background-color: #f1dcb6;
    border: 0;
}

hr {
    background-color: #f1dcb6;
}

.intro span.subject {
    color: #131959;
}

.intro span.name, span.trip {
    color: #ed6a51;
}

span.quote, span.greenText, .intro a.post_no {
    color: #3a7c2c;
}

a, a:visited {
    color: #b28665;
    text-decoration: none;
}

div.post.reply div.body a {
    color: #b28665;
}

div.pages {
    color: #b28665;
	background: #f1dcb6;
	border: none;
}

form table tr th {
    background: #f1dcb6;
    border: 1px solid #aaa;
    border-radius: 4px;
}
textarea {
    border: 1px solid #aaa;
    border-radius: 4px;
}
header div.subtitle, h1 {
    font-family: "Corbel";
    color: #b28665;
}

.dropzone {
    color: black;
    background-color: #f1dcb6;
}

.dropzone .file-hint {
    color: black;
}

div.boardlist {
	color: black;
}
div.ban h2 {
    background: #f1dcb6;
}
div.ban {
    background: #f9dad9;
}
select, input {
    border-radius: 4px;
    border: 1px solid black;
    background-color: #f1dcb6;
    font-family: "Corbel";
    accent-color: #f1dcb6;
}
/* 4chanX Overrides */
.dialog, .suboption-list > div:last-of-type, :root.catalog-hover-expand .catalog-container:hover > .post {


    background-color: #f1dcb6 !important;
    border-color: black !important;
}

.fixed #header-bar, #custom-board-list {
    font-size: 100% !important;
}
