@charset "UTF-8";
/*!
 * Font Awesome Free 5.14.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("../webfonts/fa-solid-900.eot");
  src: url("../webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-solid-900.woff2") format("woff2"), url("../webfonts/fa-solid-900.woff") format("woff"), url("../webfonts/fa-solid-900.ttf") format("truetype"), url("../webfonts/fa-solid-900.svg#fontawesome") format("svg");
}
.fa,
.fas {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

#theme-toggle {
  display: none;
  padding: 17px;
  float: right;
  cursor: pointer;
}
@media (max-width: 900px) {
  #theme-toggle {
    padding-right: 0;
  }
}

.back-btn {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 99;
  border: 1px solid #cecece;
  border-radius: 100%;
  background-color: #222;
  color: #cecece;
  cursor: pointer;
  padding: 5px;
  width: 3rem;
  height: 3rem;
}
.back-btn.back-to-top-btn {
  float: right;
}
.back-btn.back-to-top-btn:hover {
  bottom: 32px;
}
.back-btn.back-to-posts-btn {
  margin: 3em;
  display: unset;
  position: relative;
  bottom: unset;
  right: unset;
  z-index: auto;
}
.back-btn.back-to-posts-btn:hover {
  right: 2px;
}

.more-btn {
  display: none;
  display: block;
  outline: none;
  margin: 3em auto;
  border: 1px solid #cecece;
  border-radius: 100%;
  background-color: #222;
  color: inherit;
  cursor: pointer;
  padding: 5px;
  width: 3rem;
  height: 3rem;
}
.more-btn:hover {
  transform: scale(1.05);
}

body {
  font-family: "OpenSans-Regular", Arial, sans-serif;
  color: #cecece;
  font-size: 18px;
  line-height: 1.5rem;
}

header .menu-icon .nav-icon::after, header .menu-icon .nav-icon::before {
  background: #cecece;
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  transition: 0.2s ease-out;
}

.icon,
.onion-icon, #theme-toggle {
  max-height: 20px;
}

@font-face {
  font-family: "OpenSans-regular";
  src: url("../../fonts/OpenSans/opensans_regular_macroman/OpenSans-regular-webfont.eot");
  src: url("../../fonts/OpenSans/opensans_regular_macroman/OpenSans-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../../fonts/OpenSans/opensans_regular_macroman/OpenSans-regular-webfont.woff") format("woff"), url("../../fonts/OpenSans/opensans_regular_macroman/OpenSans-regular-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "OpenSans-italic";
  src: url("../../fonts/OpenSans/opensans_italic_macroman/OpenSans-italic-webfont.eot");
  src: url("../../fonts/OpenSans/opensans_italic_macroman/OpenSans-italic-webfont.eot?#iefix") format("embedded-opentype"), url("../../fonts/OpenSans/opensans_italic_macroman/OpenSans-italic-webfont.woff") format("woff"), url("../../fonts/OpenSans/opensans_italic_macroman/OpenSans-italic-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
::selection {
  background-color: #cecece;
  color: #222;
}

.icon,
.onion-icon {
  margin: 3px 5px -3px;
}

.tooltip {
  border-bottom: 2px dotted #555;
}

[tooltip] {
  cursor: help;
  position: relative;
  z-index: 2;
}
[tooltip]::before, [tooltip]::after {
  opacity: 1;
  pointer-events: none;
  visibility: hidden;
}
[tooltip]:hover::before, [tooltip]:hover::after {
  opacity: 1;
  visibility: visible;
}
[tooltip]::before {
  background-color: rgba(38, 38, 38, 0.9);
  border-radius: 3px;
  bottom: 150%;
  color: #ededed;
  content: attr(tooltip);
  font-size: 14px;
  left: 50%;
  line-height: 1.2;
  margin-bottom: 5px;
  margin-left: -80px;
  padding: 7px;
  position: absolute;
  text-align: center;
  width: 160px;
}
[tooltip]::after {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid rgba(51, 51, 51, 0.9);
  bottom: 150%;
  content: " ";
  font-size: 0;
  left: 50%;
  line-height: 0;
  margin-left: -5px;
  position: absolute;
  width: 0;
}

.screenreader-only {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  top: auto;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

html[dir=rtl] .screenreader-only {
  left: inherit;
  left: unset;
  right: -9999px;
}

abbr:hover {
  cursor: help;
}

.article-image {
  display: block;
  margin: 3rem auto;
  width: 600px;
  box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.5);
}
@media (max-width: 700px) {
  .article-image {
    width: 100%;
  }
}

.article-image-mobile {
  width: 400px;
}
@media (max-width: 700px) {
  .article-image-mobile {
    width: 100%;
  }
}

header {
  background-color: #222;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.5);
  position: fixed;
  width: 100%;
  z-index: 3;
}
header #site-title {
  float: left;
  display: block;
  font-size: 1.5rem;
  font-weight: 600;
  padding: 15px 20px;
}
header #site-title #subdir {
  color: #7b7b7b;
}
@media (max-width: 900px) {
  header #site-title {
    font-size: 1em;
    padding: 16px 20px;
  }
}
header ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  background-color: #222;
}
header ul a {
  display: block;
  padding: 12px 20px;
  text-decoration: none;
  border: 0;
}
header ul a:hover {
  background-color: #cecece;
  color: #111;
  border: 0;
}
header .menu {
  clear: both;
  max-height: 0;
  transition: max-height 0.2s ease-out;
}
@media (min-width: 900px) {
  header .menu {
    clear: none;
    float: right;
    max-height: none;
  }
  header .menu li {
    float: left;
  }
  header .menu li a {
    padding: 15px 30px;
  }
}
header .menu-icon {
  padding: 25px 20px;
  position: relative;
  float: right;
  cursor: pointer;
}
header .menu-icon .nav-icon {
  background: #cecece;
  display: block;
  height: 2px;
  width: 18px;
  position: relative;
  transition: background 0.2s ease-out;
}
header .menu-icon .nav-icon::before {
  top: 5px;
}
header .menu-icon .nav-icon::after {
  top: -5px;
}
@media (min-width: 900px) {
  header .menu-icon {
    display: none;
  }
}
header .menu-btn {
  display: none;
}
header .menu-btn:checked ~ .menu {
  max-height: 400px;
}
header .menu-btn:checked ~ .menu-icon .nav-icon {
  background: transparent;
}
header .menu-btn:checked ~ .menu-icon .nav-icon::before {
  transform: rotate(-45deg);
  top: 0;
}
header .menu-btn:checked ~ .menu-icon .nav-icon::after {
  transform: rotate(45deg);
  top: 0;
}

@media screen and (prefers-reduced-motion: no-preference) {
  html,
body {
    scroll-behavior: smooth;
    height: 100%;
  }
}
body {
  background: #222;
  margin: auto;
  letter-spacing: 1px;
}
body strong {
  color: #96b8d2;
}

header a,
h1 a,
h2 a,
h3 a,
h4 a,
blockquote a {
  text-decoration: none;
}

main {
  min-height: 500px;
  padding-top: 8em;
}
@media (max-width: 1200px) {
  main {
    padding-top: 6em;
  }
}
@media (max-width: 500px) {
  main {
    padding-top: 4em;
  }
}

a:link {
  color: #cecece;
}
a:visited, a:visited:hover {
  color: #96b8d2;
}
a:hover {
  color: inherit;
}
header a:visited {
  color: #cecece;
}
header a:hover, header a:visited:hover {
  color: #222;
}
a#site-title {
  color: #cecece;
}

.blog-excerpt a:visited, .blog-excerpt a:visited:hover,
.poems-menu a:visited,
.poems-menu a:visited:hover {
  color: #cecece;
}

.back-btn a:visited, .back-btn a:visited:hover {
  color: #222;
}

span.external-link::after {
  font-family: "Font Awesome 5 Free";
  content: "";
  margin-left: 3px;
}
p span.external-link::after, td span.external-link::after, li span.external-link::after {
  font-size: 12px;
}

a.notes-return {
  text-decoration: none !important;
}
a.notes-return::after {
  font-family: "Font Awesome 5 Free";
  content: "";
  margin-left: 7px;
}
p a.notes-return::after, td a.notes-return::after, li a.notes-return::after {
  font-size: 12px;
}

p a,
ul a,
#contact-container a {
  text-decoration: none;
  border-bottom: 2px dotted #cecece;
}
p a:hover,
ul a:hover,
#contact-container a:hover {
  text-decoration: none;
  border-bottom: 2px solid #cecece;
}

h1 {
  font-size: 3rem;
  line-height: 3.5rem;
  margin: 2rem 0;
}

h2 {
  font-size: 1.8rem;
  margin: 1em 0 0.5em;
  line-height: 1em;
}

h3 {
  font-size: 1.5rem;
  margin: 1.5rem 0 0;
}

.large-item {
  padding-bottom: 0.5rem;
}

blockquote {
  font-style: italic;
  margin: 2rem 0 2rem 2rem;
  padding: 1rem 1.5rem;
  border-left: 15px solid #555;
}
@media (max-width: 500px) {
  blockquote {
    margin-left: 0;
  }
}

code,
samp {
  font-size: 0.9rem;
  color: #b5b5b5;
  background: #3c3c3c;
  border: 1px inset #555555;
  border-radius: 5px;
  padding: 2px 5px;
}

.codeblock {
  background: #3c3c3c;
  border: 1px inset #555555;
  border-radius: 5px;
  padding: 15px;
  line-height: 1.2;
}
.codeblock code, .codeblock samp {
  border: 0;
  padding: 0;
  word-wrap: break-word;
}

a.notes-visit {
  border-bottom: none;
}

footer {
  text-align: center;
  font-size: 12px;
  margin: 100px 0;
}
@media (max-width: 700px) {
  footer {
    line-height: 1.8;
  }
}
footer #licence {
  margin-bottom: 10px;
}
footer #onion-url {
  word-wrap: break-word;
}
footer .footer-icon::before {
  font-family: "Font Awesome 5 Free";
  content: "";
  color: #cecece;
  font-size: 12px;
  margin-right: 5px;
}

.home-wrapper {
  display: grid;
  grid-gap: 1em;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 1200px) {
  .home-wrapper {
    display: grid;
    grid-gap: 1em;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    grid-template-columns: 1fr;
  }
}
@media (max-width: 900px) {
  .home-wrapper {
    display: grid;
    grid-gap: 1em;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}

#mastodon-verification {
  color: #222;
  font-size: 0.2em;
  display: none;
}

#photo {
  text-align: center;
  display: block;
  margin: 1em auto;
  max-width: 250px;
  border-radius: 10px;
  border-width: 1px;
  border-style: solid;
  border-color: #2f2f2f;
  border-radius: 100%;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.5);
}
@media (max-width: 500px) {
  #photo {
    margin-top: 1em;
  }
}

#about p {
  border-radius: 10px;
  border-width: 1px;
  border-style: solid;
  border-color: #2f2f2f;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.5);
  padding: 1.5em;
}

#blog-main {
  min-height: 600px;
}

.blog-index-wrapper {
  display: grid;
  grid-gap: 1em;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 1200px) {
  .blog-index-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
  .blog-index-wrapper .blog-excerpt :hover {
    box-shadow: none;
  }
}
@media (max-width: 900px) {
  .blog-index-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
  .blog-index-wrapper p {
    font-size: 1rem;
  }
}
@media (max-width: 700px) {
  .blog-index-wrapper {
    grid-template-columns: 1fr;
  }
}
.blog-index-wrapper div {
  border-radius: 10px;
  border-width: 1px;
  border-style: solid;
  border-color: #2f2f2f;
  background: #222;
  padding: 1.75em 1.75rem 1rem;
  transition: 0.2s ease-out;
}
.blog-index-wrapper div h1 {
  margin: 0 0 0.5rem;
  line-height: 2rem;
  font-size: 1.5rem;
}
.blog-index-wrapper div p {
  background-image: linear-gradient(to bottom, #cecece, #222);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  -moz-text-fill-color: transparent;
  -moz-background-clip: text;
  -ms-text-fill-color: transparent;
  -ms-background-clip: text;
}
.blog-index-wrapper div .excerpt-post-date,
.blog-index-wrapper div .reading-time {
  font-size: 1rem;
  margin-bottom: 0.8rem;
  padding-right: 5px;
  color: #cecece;
}
.blog-index-wrapper div .excerpt-post-date i,
.blog-index-wrapper div .reading-time i {
  padding-right: 0.4rem;
}
@media (max-width: 350px) {
  .blog-index-wrapper div .excerpt-post-date,
.blog-index-wrapper div .reading-time {
    font-size: 0.9rem;
  }
}
.blog-index-wrapper div:hover {
  cursor: pointer;
  box-shadow: 0 20px 20px -15px rgba(0, 0, 0, 0.5);
  transform: scale(1.02);
  transition: 0.2s ease-in;
}
.blog-index-wrapper .blog-excerpt a {
  text-decoration: none;
}
.blog-index-wrapper .blog-excerpt:nth-child(n+9) {
  display: none;
}

.blog-filter {
  display: none;
  margin: 0 auto 3rem;
  padding: 0 1rem;
  text-align: center;
}
@media (max-width: 500px) {
  .blog-filter {
    padding-top: 2em;
  }
}
.blog-filter .tags .tag {
  color: #cecece;
  font-size: 0.9rem;
  padding: 0.5rem 1rem;
  border: 1px solid #555;
  border-radius: 20px;
  cursor: pointer;
}
@media (max-width: 900px) {
  .blog-filter .tags .tag {
    font-size: 0.8rem;
    padding: 0.4rem 0.9rem;
  }
}
@media (max-width: 760px) {
  .blog-filter .tags .tag {
    margin-bottom: 1rem;
    line-height: 2.5rem;
  }
}
.blog-filter .tags i {
  display: none;
  padding-right: 0.5rem;
  font-size: 0.9rem;
  color: #555;
}
@media (max-width: 900px) {
  .blog-filter .tags i {
    font-size: 0.8rem;
  }
}
.blog-filter .tags .selected {
  color: #cecece;
  border-color: #cecece;
}
.blog-filter .tags .selected i {
  color: #cecece;
  display: inherit;
}

#blog-archive {
  margin: 0 auto;
  width: 700px;
}
@media (max-width: 1000px) {
  #blog-archive {
    max-width: 90%;
  }
}
#blog-archive h1 {
  margin-bottom: 0.5rem;
}
#blog-archive ul {
  list-style: none;
  padding-left: 0;
}

.blog-post {
  margin: 0 auto;
  width: 700px;
}
@media (max-width: 1000px) {
  .blog-post {
    width: 90%;
  }
}
.blog-post .post-date,
.blog-post .reading-time {
  font-size: 1rem;
  margin-bottom: 2rem;
  margin-top: 0;
  color: #cecece;
}
.blog-post .post-date i,
.blog-post .reading-time i {
  padding-right: 0.5rem;
}
.blog-post .reading-time {
  padding-left: 1rem;
}

#progress {
  display: none;
  height: 2px;
  width: 100%;
  position: absolute;
  top: 53px;
  background-color: #cecece;
}

.poems-wrapper {
  display: grid;
  grid-gap: 1em;
  width: 85%;
  margin-left: 15%;
  margin-right: auto;
  grid-template-columns: 1fr 1fr;
}
.poems-wrapper .poem {
  width: 100%;
}
.poems-wrapper .poem p {
  text-indent: -1em;
  padding-left: 1em;
  margin: 0;
}
.poems-wrapper .poems-menu section {
  margin-left: auto;
  margin-right: auto;
  width: 40%;
  border-radius: 10px;
  border-width: 1px;
  border-style: solid;
  border-color: #2f2f2f;
  opacity: 0.5;
  margin-top: 3rem;
  margin-bottom: 0;
  padding: 1rem 2rem;
  transition: 0.2s ease-out;
}
@media (max-width: 1200px) {
  .poems-wrapper .poems-menu section {
    opacity: 1;
    transition: none;
  }
}
@media (max-width: 900px) {
  .poems-wrapper .poems-menu section {
    width: 50%;
  }
}
@media (max-width: 500px) {
  .poems-wrapper .poems-menu section {
    width: 80%;
  }
}
@media (max-width: 350px) {
  .poems-wrapper .poems-menu section {
    width: 75%;
  }
}
.poems-wrapper .poems-menu section:hover {
  opacity: 1;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.5);
  transform: scale(1.02);
  transition: 0.2s ease-in;
}
.poems-wrapper .poems-menu section h1 {
  opacity: 0.3;
  font-size: 2rem;
  margin: 0;
}
.poems-wrapper .poems-menu section ul {
  font-family: "OpenSans-italic";
  list-style: none;
  border-bottom: 0;
  line-height: 1.5rem;
  margin-top: 0.5rem;
  padding: 0;
}
.poems-wrapper .poems-menu section ul a {
  text-decoration: none;
  border-bottom: none;
}
.poems-wrapper .poems-menu section ul a:hover {
  background-color: unset;
  color: unset;
}
@media (max-width: 1200px) {
  .poems-wrapper .poems-menu {
    margin: auto;
    width: 80%;
  }
}
@media (max-width: 900px) {
  .poems-wrapper .poems-menu {
    margin: auto;
    width: 100%;
  }
}
@media (max-width: 500px) {
  .poems-wrapper .poems-menu {
    margin: auto;
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .poems-wrapper {
    display: grid;
    grid-gap: 1em;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    grid-template-columns: 1fr;
  }
}

.poem-quote {
  font-style: italic;
  font-size: 1rem;
  width: 400px;
  margin: 1rem;
}
@media (max-width: 450px) {
  .poem-quote {
    width: 420px;
  }
}

#poem-smartphone {
  box-sizing: content-box;
  display: block;
  word-wrap: normal;
  text-align: justify;
  max-width: 321px;
}

@media (max-width: 1800px) {
  .shape-poem {
    font-size: 0.8rem;
  }
}
@media (max-width: 600px) {
  .shape-poem {
    font-size: 0.7rem;
  }
}

.subheading {
  font-family: "OpenSans-italic";
  padding-bottom: 1.5rem;
}

#freelearning-wrap {
  width: 900px;
  margin: 0 auto;
}
@media (max-width: 1000px) {
  #freelearning-wrap {
    max-width: 90%;
  }
}

#freelearning-logo {
  margin: 0 auto 1rem;
  width: 150px;
  display: block;
}
@media (max-width: 500px) {
  #freelearning-logo {
    margin-top: 2rem;
  }
}

.course-screenshot {
  display: block;
  margin: 3rem auto;
  width: 600px;
  box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.5);
}
@media (max-width: 700px) {
  .course-screenshot {
    width: 100%;
  }
}

#contact-container {
  margin: 0 auto 150px auto;
  width: 30%;
}
@media (max-width: 1000px) {
  #contact-container {
    width: 90%;
  }
}
#contact-container .qrcode,
#contact-container .qrcode:hover {
  margin-left: 3px;
  text-decoration: none;
  border-bottom: none;
}

.contact-table-desktop {
  width: 100%;
}
@media (max-width: 500px) {
  .contact-table-desktop {
    display: none;
  }
}

.contact-table-mobile {
  display: none;
}
.contact-table-mobile td {
  padding-bottom: 10px;
}
.contact-table-mobile .contact-type {
  font-weight: bold;
}
@media (max-width: 500px) {
  .contact-table-mobile {
    display: block;
  }
  .contact-table-mobile .code-singleline-hidden {
    max-width: 100%;
  }
}

.contact-type {
  line-height: 2rem;
  min-width: 170px;
}
@media (max-width: 1000px) {
  .contact-type {
    min-width: 120px;
  }
}

.contact-value {
  max-width: 280px;
}
@media (max-width: 500px) {
  .contact-value {
    max-width: 150px;
  }
}

.code-singleline-hidden {
  border-radius: 20px;
  border-width: 1px;
  border-style: solid;
  border-color: #555;
  font-family: monospace;
  font-size: 0.8rem;
  line-height: 1rem;
  padding: 0.5rem 1rem;
  width: 250px;
  height: 1em;
  overflow-x: scroll;
  white-space: nowrap;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.code-singleline-hidden::-webkit-scrollbar {
  display: none;
}
@media (max-width: 430px) {
  .code-singleline-hidden {
    max-width: 80%;
  }
}

.donations {
  max-width: 50%;
  word-wrap: break-word;
  text-align: left;
}

html[data-theme=light] ::selection {
  background-color: #135175;
  color: #cecece;
}
html[data-theme=light] #about p,
html[data-theme=light] #photo,
html[data-theme=light] .poems-wrapper .poems-menu section {
  border-color: #c1c1c1;
}
html[data-theme=light] #about p {
  box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.2);
}
html[data-theme=light] #photo {
  box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.5);
}
html[data-theme=light] header {
  box-shadow: 0 20px 20px -15px rgba(0, 0, 0, 0.2);
}
html[data-theme=light] header #site-title {
  color: #222;
}
html[data-theme=light] p a:visited, html[data-theme=light] p a:visited:hover,
html[data-theme=light] footer a:visited,
html[data-theme=light] footer a:visited:hover,
html[data-theme=light] blockquote a:visited,
html[data-theme=light] blockquote a:visited:hover,
html[data-theme=light] span a:visited,
html[data-theme=light] span a:visited:hover,
html[data-theme=light] h1 a:visited,
html[data-theme=light] h1 a:visited:hover, html[data-theme=light] h2 a:visited, html[data-theme=light] h2 a:visited:hover, html[data-theme=light] h3 a:visited, html[data-theme=light] h3 a:visited:hover, html[data-theme=light] h4 a:visited, html[data-theme=light] h4 a:visited:hover, html[data-theme=light] h5 ul a:visited, html[data-theme=light] h5 ul a:visited:hover,
html[data-theme=light] ol a:visited,
html[data-theme=light] ol a:visited:hover {
  color: #135175;
}
html[data-theme=light] a.notes-return:visited, html[data-theme=light] a.notes-return:visited:hover {
  color: #135175;
}
html[data-theme=light] a,
html[data-theme=light] header,
html[data-theme=light] body {
  color: #222;
  background: #cecece;
}
html[data-theme=light] a strong,
html[data-theme=light] header strong,
html[data-theme=light] body strong {
  color: #135175;
}
html[data-theme=light] p a {
  text-decoration: none;
  border-bottom: 2px dotted #135175;
}
html[data-theme=light] p a:hover {
  text-decoration: none;
  border-bottom: 2px solid #135175;
}
html[data-theme=light] footer a:hover {
  border-bottom: 0;
}
html[data-theme=light] footer .footer-icon::before {
  color: #222;
}
html[data-theme=light] code,
html[data-theme=light] samp {
  color: #222;
  background: #c1c1c1;
  border-color: #dbdbdb;
}
html[data-theme=light] .codeblock {
  background: #c1c1c1;
  border-color: #dbdbdb;
}
html[data-theme=light] #mastodon-verification {
  color: #cecece;
  display: none;
}
html[data-theme=light] header ul a:hover {
  background: #135175;
  color: #cecece !important;
}
html[data-theme=light] #site-title #subdir {
  color: #135175;
}
html[data-theme=light] header .menu-icon .nav-icon {
  background: #222;
}
html[data-theme=light] header .menu-icon .nav-icon::before, html[data-theme=light] header .menu-icon .nav-icon::after {
  background: #222;
}
html[data-theme=light] blockquote {
  border-left: 15px solid #135175;
}
html[data-theme=light] .blog-filter .tag {
  border-color: #555;
  color: #222;
}
html[data-theme=light] .blog-filter .selected {
  border-color: #222;
}
html[data-theme=light] .blog-filter .selected i {
  color: #222;
}
html[data-theme=light] .blog-index-wrapper p {
  background-image: linear-gradient(to bottom, #222, #cecece);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  -moz-text-fill-color: transparent;
  -moz-background-clip: text;
  -ms-text-fill-color: transparent;
  -ms-background-clip: text;
}
html[data-theme=light] .blog-index-wrapper .blog-excerpt {
  border-radius: 10px;
  border-width: 1px;
  border-style: solid;
  border-color: #a8a8a8;
  background: #cecece;
}
html[data-theme=light] .blog-index-wrapper .blog-excerpt:hover {
  box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.2);
}
@media (max-width: 1200px) {
  html[data-theme=light] .blog-index-wrapper .blog-excerpt:hover {
    box-shadow: none;
  }
}
html[data-theme=light] .poems-wrapper .poems-menu section:hover {
  box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.2);
}
html[data-theme=light] .back-btn,
html[data-theme=light] .more-btn {
  background-color: #cecece;
  border: 1px solid #555;
  color: #555;
}
html[data-theme=light] #progress {
  background-color: #135175;
}
html[data-theme=light] .article-image {
  box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.2);
  border-radius: 0;
}
html[data-theme=light] .excerpt-post-date,
html[data-theme=light] .post-date,
html[data-theme=light] .reading-time {
  color: #222;
}
html[data-theme=light] .course-screenshot {
  box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.2);
}
html[data-theme=light] #contact-container a {
  border-bottom: 2px dotted #222;
}
html[data-theme=light] #contact-container a:hover {
  border-bottom: 2px solid #222;
}
html[data-theme=light] #contact-container a:visited, html[data-theme=light] #contact-container a:visited:hover {
  color: #135175;
}
html[data-theme=light] #contact-container .qrcode,
html[data-theme=light] #contact-container .qrcode:hover {
  text-decoration: none;
  border-bottom: none;
}
html[data-theme=light] .blog-excerpt a:visited, html[data-theme=light] .blog-excerpt a:visited:hover,
html[data-theme=light] .poems-menu a:visited,
html[data-theme=light] .poems-menu a:visited:hover {
  color: #222;
}

/*# sourceMappingURL=main.css.map */
