.logo__cursor {
  background: #fea251;
  -webkit-animation: cursor 2s infinite;
  animation: cursor 2s infinite;
}

.post-date {
	font-size: 13px;
	color: rgb(81, 81, 81);
    font-family: var(--font_monospace_code);
}

body {
    font-family: var(--font_system_ui);
}

.post-content {
  font-size: 18px;
}

img.profile_photo {
	border-radius: 25px;
}


/* Light mode */
:root {
  --text: #2d2a2a;
  --link: #bf2424;
  --link_visited: #933636;
  --accent1: #514242;
  --accent2: #776565;
  --background: #fbfafa;
  --code: #e3e3e3;
  --button-text: #f9f9f9;
  --blockquote: #e8e1ce;
  --blockquote-border: #e5d600;
  --field: #fbe7e7;
  --note: #f4ded9;
  --mark: #F99;
}

/* Dark mode */
@media (prefers-color-scheme: dark) {
	:root {
	--text: #e6e3e3;
    --link: #d04747;
    --link_visited: #d25b5b;
    --accent1: #d7cdcd;
    --accent2: #cac2c2;
    --background: #352f2f;
    --code: #5a4444;
    --button-text: #1e1d1d;
    --blockquote: #5a4444;
    --blockquote-border: #ce8d65;
    --field: #5a4444;
    --note: #5a4444;
    --mark: #F99;
	}
}



nav a,
nav a:visited,
nav a:hover,
a.conversation-on-mb,
a.reply-on-mastodon,
a.reply-by-email,
a.read-more {
	border: 0;
	border-radius: 0;
	font-size: 0.85em;
	font-family: var(--font_monospace_code);
	padding: 5px 5px 15px 0px;
}

.post-nav {
  font-family: var(--font_monospace_code);
}

nav a:hover, a.conversation-on-mb:hover, a.reply-on-mastodon:hover, a.reply-by-email:hover, a.read-more:hover {
  color: var(--link);
  text-decoration: underline;
  background: var(--background);
}

h1, h2, h3 {
  font-family: var(--font_monospace_code);
}

.category-description{
	font-style: italic;
	margin-bottom: 3em;
}

.logo__cursor {
  background: #fea251;
  -webkit-animation: cursor 2s infinite;
  animation: cursor 2s infinite;
}

.post-date {
	font-size: 13px;
	color: rgb(81, 81, 81);
    font-family: var(--font_monospace_code);
}

.post-content {
  font-size: 18px;
}

img.profile_photo {
	border-radius: 25px;
}


/* Light mode */
:root {
  --text: #2d2a2a;
  --link: #bf2424;
  --link_visited: #933636;
  --accent1: #514242;
  --accent2: #776565;
  --background: #fbfafa;
  --code: #e3e3e3;
  --button-text: #f9f9f9;
  --blockquote: #e8e1ce;
  --blockquote-border: #e5d600;
  --field: #fbe7e7;
  --note: #f4ded9;
  --mark: #F99;
}

/* Dark mode */
@media (prefers-color-scheme: dark) {
	:root {
	--text: #e6e3e3;
    --link: #d04747;
    --link_visited: #d25b5b;
    --accent1: #d7cdcd;
    --accent2: #cac2c2;
    --background: #352f2f;
    --code: #5a4444;
    --button-text: #1e1d1d;
    --blockquote: #5a4444;
    --blockquote-border: #ce8d65;
    --field: #5a4444;
    --note: #5a4444;
    --mark: #F99;
	}
}



nav a,
nav a:visited,
nav a:hover,
a.conversation-on-mb,
a.reply-on-mastodon,
a.reply-by-email,
a.read-more {
	border: 0;
	border-radius: 0;
	font-size: 0.85em;
	font-family: var(--font_monospace_code);
	padding: 5px 5px 15px 0px;
}

.post-nav {
  font-family: var(--font_monospace_code);
}

nav a:hover, a.conversation-on-mb:hover, a.reply-on-mastodon:hover, a.reply-by-email:hover, a.read-more:hover {
  color: var(--link);
  text-decoration: underline;
  background: var(--background);
}

h1, h2, h3 {
  font-family: var(--font_monospace_code);
}

.category-description{
	font-style: italic;
	margin-bottom: 3em;
}

