--- metatype: css --- /* Enable to hide post bodies */ .post-body { display: none; } #single-post-show .post-body { display: inline; } /* Blog body styling */ html, body { font-family: "Consolas", sans-serif; } body { background: #21222c; color: #f8f8f2; } /* Blog post content styling */ table tr:nth-child(2n) { background: #21222c !important; } .author-word-count, form, .sublabel, label, .post-body, .nn, ol, li { color: #f8f8f2 !important; } h1 a, h2 a, h3 a, h4 a, h1, h2, h3, h4 { color: #f8f8f2 !important; } a, .prettyprint { color: #8be9fd !important; } a:hover, .post-title:hover { color: #bd93f9 !important; text-decoration: none !important; } .author-name { text-decoration: none !important; } hr::before, .username, .post-date, .faded { color: #bd93f9 !important; } .post-content { color: #44475a !important; } #author-header { padding-left: 10%; } .post-title { padding-left: 10%; } .post-date{ padding-left: 18%; } hr.left { padding-left: 10%; } /* Button styling */ .big-button { transition-duration: 0.25s; background-color: #44475a !important; } .big-button:hover, .big-button:focus { background-color: #f8f8f2 !important; } /* Blog heading */ #header { display: none; } #author-header .bio { opacity: 1; } #author-header .item:not(.first) { border-left: 1px solid #44475a; } .header-image { width: 100px !important; border-radius: 100%; } .header-image-container { margin-bottom: 10px !important; } /* Form styling */ input { color: #f8f8f2 !important; } .form-box { border: 1px solid #44475a; } pre, .highlight, input { background-color: #44475a !important; border-radius: 8px; } /* Settings Styling */ .guestbook { background: #21222c !important; color: #f8f8f2 !important; } .sk-notification.contrast::before { background-color: #44475a !important; } .sk-p { color: #f8f8f2 !important; } /* MD Code Syntax Highlighting */ code { background-color: #44475a !important; border: 1px solid #44475a !important; border-radius: 8px; } pre code { color: #f8f8f2; } p code { color: #f8f8f2 !important; } /* Dracula Theme for Pygments source: https://github.com/dracula/pygments/blob/master/dracula.css */ .highlight .hll { background-color: #f1fa8c } .highlight { background: #21222c; color: #f8f8f2 } .highlight .c { color: #6272a4 } /* Comment */ .highlight .err { color: #f8f8f2 } /* Error */ .highlight .g { color: #f8f8f2 } /* Generic */ .highlight .k { color: #ff79c6 } /* Keyword */ .highlight .l { color: #f8f8f2 } /* Literal */ .highlight .n { color: #f8f8f2 } /* Name */ .highlight .o { color: #ff79c6 } /* Operator */ .highlight .x { color: #f8f8f2 } /* Other */ .highlight .p { color: #f8f8f2 } /* Punctuation */ .highlight .ch { color: #6272a4 } /* Comment.Hashbang */ .highlight .cm { color: #6272a4 } /* Comment.Multiline */ .highlight .cp { color: #ff79c6 } /* Comment.Preproc */ .highlight .cpf { color: #6272a4 } /* Comment.PreprocFile */ .highlight .c1 { color: #6272a4 } /* Comment.Single */ .highlight .cs { color: #6272a4 } /* Comment.Special */ .highlight .gd { color: #8b080b } /* Generic.Deleted */ .highlight .ge { color: #f8f8f2; text-decoration: underline } /* Generic.Emph */ .highlight .gr { color: #f8f8f2 } /* Generic.Error */ .highlight .gh { color: #f8f8f2; font-weight: bold } /* Generic.Heading */ .highlight .gi { color: #f8f8f2; font-weight: bold } /* Generic.Inserted */ .highlight .go { color: #44475a } /* Generic.Output */ .highlight .gp { color: #f8f8f2 } /* Generic.Prompt */ .highlight .gs { color: #f8f8f2 } /* Generic.Strong */ .highlight .gu { color: #f8f8f2; font-weight: bold } /* Generic.Subheading */ .highlight .gt { color: #f8f8f2 } /* Generic.Traceback */ .highlight .kc { color: #ff79c6 } /* Keyword.Constant */ .highlight .kd { color: #8be9fd; font-style: italic } /* Keyword.Declaration */ .highlight .kn { color: #ff79c6 } /* Keyword.Namespace */ .highlight .kp { color: #ff79c6 } /* Keyword.Pseudo */ .highlight .kr { color: #ff79c6 } /* Keyword.Reserved */ .highlight .kt { color: #8be9fd } /* Keyword.Type */ .highlight .ld { color: #f8f8f2 } /* Literal.Date */ .highlight .m { color: #bd93f9 } /* Literal.Number */ .highlight .s { color: #f1fa8c } /* Literal.String */ .highlight .na { color: #50fa7b } /* Name.Attribute */ .highlight .nb { color: #8be9fd; font-style: italic } /* Name.Builtin */ .highlight .nc { color: #50fa7b } /* Name.Class */ .highlight .no { color: #f8f8f2 } /* Name.Constant */ .highlight .nd { color: #f8f8f2 } /* Name.Decorator */ .highlight .ni { color: #f8f8f2 } /* Name.Entity */ .highlight .ne { color: #f8f8f2 } /* Name.Exception */ .highlight .nf { color: #50fa7b } /* Name.Function */ .highlight .nl { color: #8be9fd; font-style: italic } /* Name.Label */ .highlight .nn { color: #f8f8f2 } /* Name.Namespace */ .highlight .nx { color: #f8f8f2 } /* Name.Other */ .highlight .py { color: #f8f8f2 } /* Name.Property */ .highlight .nt { color: #ff79c6 } /* Name.Tag */ .highlight .nv { color: #8be9fd; font-style: italic } /* Name.Variable */ .highlight .ow { color: #ff79c6 } /* Operator.Word */ .highlight .w { color: #f8f8f2 } /* Text.Whitespace */ .highlight .mb { color: #bd93f9 } /* Literal.Number.Bin */ .highlight .mf { color: #bd93f9 } /* Literal.Number.Float */ .highlight .mh { color: #bd93f9 } /* Literal.Number.Hex */ .highlight .mi { color: #bd93f9 } /* Literal.Number.Integer */ .highlight .mo { color: #bd93f9 } /* Literal.Number.Oct */ .highlight .sa { color: #f1fa8c } /* Literal.String.Affix */ .highlight .sb { color: #f1fa8c } /* Literal.String.Backtick */ .highlight .sc { color: #f1fa8c } /* Literal.String.Char */ .highlight .dl { color: #f1fa8c } /* Literal.String.Delimiter */ .highlight .sd { color: #f1fa8c } /* Literal.String.Doc */ .highlight .s2 { color: #f1fa8c } /* Literal.String.Double */ .highlight .se { color: #f1fa8c } /* Literal.String.Escape */ .highlight .sh { color: #f1fa8c } /* Literal.String.Heredoc */ .highlight .si { color: #f1fa8c } /* Literal.String.Interpol */ .highlight .sx { color: #f1fa8c } /* Literal.String.Other */ .highlight .sr { color: #f1fa8c } /* Literal.String.Regex */ .highlight .s1 { color: #f1fa8c } /* Literal.String.Single */ .highlight .ss { color: #f1fa8c } /* Literal.String.Symbol */ .highlight .bp { color: #f8f8f2; font-style: italic } /* Name.Builtin.Pseudo */ .highlight .fm { color: #50fa7b } /* Name.Function.Magic */ .highlight .vc { color: #8be9fd; font-style: italic } /* Name.Variable.Class */ .highlight .vg { color: #8be9fd; font-style: italic } /* Name.Variable.Global */ .highlight .vi { color: #8be9fd; font-style: italic } /* Name.Variable.Instance */ .highlight .vm { color: #8be9fd; font-style: italic } /* Name.Variable.Magic */ .highlight .il { color: #bd93f9 } /* Literal.Number.Integer.Long */