#topbar {
background: linear-gradient(90deg, #e57373, #c85a5a);
color: black;
}
.topbar-fade {
background: linear-gradient(to left, #c85a5a, transparent);
}
::selection {
background-color: #f4a460;
color: white;
}
h1, h2, h3, h4 {
color: #a94442 !important;
}
.header {
color: #b36b00;
}
.portal ul li a {
color: #a94442;
}
#toc-container {
background-color: #ffe5e5;
border: 2px solid #a94442;
}
#header {
padding: 5px;
border-bottom: 2px solid #a94442;
}
.toc-item a {
color: #a94442;
}
.toc-item a:hover {
color: #7b2c2c;
}
p {
color: #a94442;
}
::selection {
background-color: #a94442;
color: white;
}
#sidebar {
background-color: #f8c8c8;
border-right: 2px solid #a94442;
}
#content {
background-color: rgba(255, 210, 210, 0.8);
}
#sidebar-toggle {
background: #e57373;
}
body {
background: linear-gradient(to bottom, #f8b5b5, #f28f8f, #f8b5b5);
}