@tailwind base;
@tailwind components;
@tailwind utilities;

li.bar:nth-child(even) .activity_chart_bar {
  background-color: #082736;
}
li.bar:nth-child(even) .activity_chart_bar {
  background-color: #00a2e1;
}

.primary-typeface {
  font-family: "Lora", "Helvetica Neue", Helvetica, sans-serif;
}

.secondary-typeface {
  font-family: "Raleway", "Helvetica Neue", Helvetica, sans-serif;
}

.news-typeface {
  font-family: "Limelight", sans-serif;
}
.post__content {
  overflow: auto;
}
.post__content a {
  word-break: break-all;
}

.red-links a {
  color: #ae1f23;
}

.copy h1, .copy h2, .copy h3, .copy p, .copy ul, .copy ol {
  margin: 0 0 1.2em;
}

.copy pre code {
  color: #fff;
  display: block;
  padding: 0.5em;
  margin: 0;
  width: 100%;
  box-sizing: border-box;
  line-height: 1.6;
  overflow: auto;
  background: var(--dark);
}
.copy p a, .copy footer a.text-red {
  color: #ae1f23;
}
.copy footer a {
  color: #082736;
}
.copy code {
  background: #d5e9f5;
  font-size: 95%;
  padding: 0 0.4em;
  margin: 0 0.2em;
  font-family: monospace;
}
.copy blockquote {
  margin-bottom: 1.4em;
  border-left: 0.4rem solid #d5e9f5;
  padding: 1em 0 0.1em 3vw;
  font-size: .9em;
}
:not(pre)>code {
  color: #414347;
  padding: 0.1em;
  border-radius: 0.3em;
}
.token.comment, .token.block-comment, .token.prolog, .token.doctype, .token.cdata {
  color: #999;
}
.highlight .hll { background-color: #ffffcc }
.highlight  { background: #414347; color: #EEEEEE; }
.highlight .c { color: #9933CC; font-style: italic; } /* Comment */
.highlight .err { color: #EEEEEE; } /* Error */
.highlight .g { color: #EEEEEE; } /* Generic */
.highlight .k { color: #cc99cd; } /* Keyword */
.highlight .l { color: #EEEEEE; } /* Literal */
.highlight .n { color: #EEEEEE; } /* Name */
.highlight .o { color: #EEEEEE; } /* Operator */
.highlight .x { color: #EEEEEE; } /* Other */
.highlight .p { color: #EEEEEE; } /* Punctuation */
.highlight .cm { color: #9933CC; font-style: italic; } /* Comment.Multiline */
.highlight .cp { color: #AAFFFF; font-style: italic; } /* Comment.Preproc */
.highlight .c1 { color: #999; font-style: normal; } /* Comment.Single */
.highlight .cs { color: #9933CC; font-style: italic; } /* Comment.Special */
.highlight .gd { color: #8a2be2; font-weight: bold; background-color: #008080 } /* Generic.Deleted */
.highlight .ge { color: #EEEEEE; } /* Generic.Emph */
.highlight .gr { color: #EEEEEE; background-color: #c00000 } /* Generic.Error */
.highlight .gh { color: #ff00ff; font-weight: bold; } /* Generic.Heading */
.highlight .gi { color: #EEEEEE; font-weight: bold; background-color: #00008b } /* Generic.Inserted */
.highlight .go { color: #404040; font-weight: bold; } /* Generic.Output */
.highlight .gp { color: #EEEEEE; } /* Generic.Prompt */
.highlight .gs { color: #EEEEEE; } /* Generic.Strong */
.highlight .gu { color: #ff00ff; font-weight: bold; } /* Generic.Subheading */
.highlight .gt { color: #EEEEEE; background-color: #ff0000 } /* Generic.Traceback */
.highlight .kc { color: #FF6600; } /* Keyword.Constant */
.highlight .kd { color: #cc99cd; } /* Keyword.Declaration */
.highlight .kn { color: #FF6600; } /* Keyword.Namespace */
.highlight .kp { color: #FF6600; } /* Keyword.Pseudo */
.highlight .kr { color: #FF6600; } /* Keyword.Reserved */
.highlight .kt { color: #AAAA77; } /* Keyword.Type */
.highlight .ld { color: #EEEEEE; } /* Literal.Date */
.highlight .m { color: #EEEEEE; } /* Literal.Number */
.highlight .s { color: #66FF00; } /* Literal.String */
.highlight .na { color: #EEEEEE; } /* Name.Attribute */
.highlight .nb { color: #EEEEEE; } /* Name.Builtin */
.highlight .nc { color: #EEEEEE; } /* Name.Class */
.highlight .no { color: #f8c555; } /* Name.Constant */
.highlight .nd { color: #EEEEEE; } /* Name.Decorator */
.highlight .ni { color: #33AA00; } /* Name.Entity */
.highlight .ne { color: #EEEEEE; } /* Name.Exception */
.highlight .nf { color: #f08d49; } /* Name.Function */
.highlight .nl { color: #EEEEEE; } /* Name.Label */
.highlight .nn { color: #EEEEEE; } /* Name.Namespace */
.highlight .nx { color: #f8c555; } /* Name.Other */
.highlight .py { color: #EEEEEE; } /* Name.Property */
.highlight .nt { color: #FF6600; } /* Name.Tag */
.highlight .nv { color: #FFCC00; } /* Name.Variable */
.highlight .ow { color: #EEEEEE; } /* Operator.Word */
.highlight .w { color: #EEEEEE; } /* Text.Whitespace */
.highlight .mf { color: #EEEEEE; } /* Literal.Number.Float */
.highlight .mh { color: #EEEEEE; } /* Literal.Number.Hex */
.highlight .mi { color: #EEEEEE; } /* Literal.Number.Integer */
.highlight .mo { color: #EEEEEE; } /* Literal.Number.Oct */
.highlight .sb { color: #66FF00; } /* Literal.String.Backtick */
.highlight .sc { color: #66FF00; } /* Literal.String.Char */
.highlight .sd { color: #66FF00; } /* Literal.String.Doc */
.highlight .s2 { color: #7ec699; } /* Literal.String.Double */
.highlight .se { color: #66FF00; } /* Literal.String.Escape */
.highlight .sh { color: #66FF00; } /* Literal.String.Heredoc */
.highlight .si { color: #66FF00; } /* Literal.String.Interpol */
.highlight .sx { color: #66FF00; } /* Literal.String.Other */
.highlight .sr { color: #66FF00; } /* Literal.String.Regex */
.highlight .s1 { color: #7ec699; } /* Literal.String.Single */
.highlight .ss { color: #f8c555; } /* Literal.String.Symbol */
.highlight .bp { color: #EEEEEE; } /* Name.Builtin.Pseudo */
.highlight .vc { color: #FFCC00; } /* Name.Variable.Class */
.highlight .vg { color: #FFCC00; } /* Name.Variable.Global */
.highlight .vi { color: #FFCC00; } /* Name.Variable.Instance */
.highlight .il { color: #EEEEEE; } /* Literal.Number.Integer.Long */

.highlight.diff .gh { color: #f1f159; }
.highlight.diff .gu { color: #f1f159; }
.highlight.diff .gd { color: #fc4e2b; background-color: #333333 }
.highlight.diff .gi { color: #3ce670; background-color: #333333 }
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS (and SCSS, if configured) file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *


 */
