.bg-llight {
    background-color: #B4D2DC; /*#8EACBF*/
}
.mobile-navbar {
    background: #F4F4F4; /*#D5E5F2*/
}
a {
    color: #314A59;
}

.post .post-content .read-more .read-more-link {
    color: #314A59;
}

.bg-white {
    background-color: #F4F4F4; /*#D5E5F2*/
}

.post .post-header .post-title .post-pinned svg {
    fill: #314A59;
}

body {
    background-color: #F4F4F4; /*#D5E5F2*/
}

.post .post-content a {
    color: #326A8C;
}

.post .post-content blockquote {
    color: #314A59;
    border-left: 4px solid #326A8C;
}

.post .post-content blockquote::before {
    color: #326A8C;
}

.post .post-copyright .copyright-item a {
    color: #326A8C;
}

.post .post-footer .post-tags a {
    color: #326A8C;
}

.post .post-header {
    border-bottom: 2px #B4D2DC solid; /*#8EACBF*/
}

.post .post-header .post-link:before {
    background: #326A8C;
}

::selection {
    color: #326A8C;
    background-color: #fff;
  } 

a:hover .menu-item-link {
    color: yellow;
}

.footer .copyright .hexo-link, .footer .copyright .theme-link {
    color: #326A8C;
}

.archive .archive-post .archive-post-title .archive-post-link {
    color: #326a8c;
}
