/**
 * Copyright 2020 Google LLC
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

@import "screen-dark.css";

:root {
    --accent-bg: #F5F7FF;
    --border: #D8DAE1;
    --main-bg: #eeeeee;
}

body            { color: #000000; overflow-x: hidden;}
a, h1, h2, h3, h4, h5, h6       { color: #377ba8; }
.wikilink:visited { color: #1e53a6; }
.wikilink:link { color: #1e53a6; }
.logo           { filter: none; }

.node, .search, .search-internet { 
    background: #f0f0f0; 
}

.subnode, .not-found {
    /*background: #e6ffff; */
    background: #ffffff;
    color: #000;
}

.help, .intro {
    /*background: #e6ffff; */
    background: #f2f2ff;
    color: #000;
}



.pulled-subnode, .pushed-subnode, .stoa-public, .annotations, .delta, .delta-nodes, .delta-annotations, .microblog_timeline { 
    background: #f8f8f8; 
    color: #000; 
}

li {
    /* background-color: #030707; */
    background-color: #f7f3f7;
}

.separator::before,
.separator::after {
  content: '';
  flex: 1;
  border-bottom: 1px solid #222;
}