Skip to content

Commit

Permalink
remove formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
mischulz14 committed May 22, 2024
1 parent 4ed77cb commit 1ef02c4
Showing 1 changed file with 90 additions and 227 deletions.
317 changes: 90 additions & 227 deletions source/css/dark.css.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,271 +4,134 @@ $bg: #11111a;
$text: #e0e0e0;
$highlight: #49c;

body,
a,
button,
select,
.share {
transition: all 300ms ease-in-out;
body, a, button, select, .share {
transition: all 300ms ease-in-out;
}

th,
td {
transition: border-color 400ms;
th, td{
transition: border-color 400ms;
}

html.dark {
body {
body{
background: #11111a;
color: $text;
}

::selection {
background: #1f6febb3;
background: #1f6febb3
}

a {
color: $highlight;
color: $highlight;
}
a:visited {
color: lighten($highlight, 20%);
color: lighten($highlight, 20%);
}

button,
select,
.share,
td.lang a {
background: lighten($bg, 10%);
border-bottom: 2px solid lighten($bg, 25%);
&:hover,
&.selected {
background: $highlight;
color: $text;
}
button, select, .share, td.lang a {
background: lighten($bg, 10%);
border-bottom: 2px solid lighten($bg, 25%);
&:hover, &.selected{
background: $highlight;
color: $text;
}
}

.share:hover a {
color: $text;
}

button,
select {
color: $text;
button, select {
color: $text;
}

button:hover {
background: $highlight;
color: #fff;
background: $highlight;
color: #fff;
}

th,
td {
border-bottom: 1px solid lighten($bg, 10%);
color: $text;
th, td {
border-bottom: 1px solid lighten($bg, 10%);
color: $text;
}

@media all and (max-width: 620px) {
tr {
border-bottom: 3px solid lighten($bg, 10%);
}
tr {
border-bottom: 3px solid lighten($bg, 10%);
}
}

.highlight {
background: lighten($bg, 10%);
background: lighten($bg, 10%);
}
.highlight .n {
color: #818181;
color: #818181;
}

/* Monokai theme */
.hll {
background-color: #272822;
}
.c {
color: #75715e;
} /* Comment */
.err {
color: #960050;
background-color: #1e0010;
} /* Error */
.k {
color: #66d9ef;
} /* Keyword */
.l {
color: #ae81ff;
} /* Literal */
.n {
color: #f8f8f2;
} /* Name */
.o {
color: #f92672;
} /* Operator */
.p {
color: #f8f8f2;
} /* Punctuation */
.cm {
color: #75715e;
} /* Comment.Multiline */
.cp {
color: #75715e;
} /* Comment.Preproc */
.c1 {
color: #75715e;
} /* Comment.Single */
.cs {
color: #75715e;
} /* Comment.Special */
.ge {
font-style: italic;
} /* Generic.Emph */
.gs {
font-weight: bold;
} /* Generic.Strong */
.kc {
color: #66d9ef;
} /* Keyword.Constant */
.kd {
color: #66d9ef;
} /* Keyword.Declaration */
.kn {
color: #f92672;
} /* Keyword.Namespace */
.kp {
color: #66d9ef;
} /* Keyword.Pseudo */
.kr {
color: #66d9ef;
} /* Keyword.Reserved */
.kt {
color: #66d9ef;
} /* Keyword.Type */
.ld {
color: #e6db74;
} /* Literal.Date */
.m {
color: #ae81ff;
} /* Literal.Number */
.s {
color: #e6db74;
} /* Literal.String */
.na {
color: #a6e22e;
} /* Name.Attribute */
.nb {
color: #f8f8f2;
} /* Name.Builtin */
.nc {
color: #a6e22e;
} /* Name.Class */
.no {
color: #66d9ef;
} /* Name.Constant */
.nd {
color: #a6e22e;
} /* Name.Decorator */
.ni {
color: #f8f8f2;
} /* Name.Entity */
.ne {
color: #a6e22e;
} /* Name.Exception */
.nf {
color: #a6e22e;
} /* Name.Function */
.nl {
color: #f8f8f2;
} /* Name.Label */
.nn {
color: #f8f8f2;
} /* Name.Namespace */
.nx {
color: #a6e22e;
} /* Name.Other */
.py {
color: #f8f8f2;
} /* Name.Property */
.nt {
color: #f92672;
} /* Name.Tag */
.nv {
color: #f8f8f2;
} /* Name.Variable */
.ow {
color: #f92672;
} /* Operator.Word */
.w {
color: #f8f8f2;
} /* Text.Whitespace */
.mf {
color: #ae81ff;
} /* Literal.Number.Float */
.mh {
color: #ae81ff;
} /* Literal.Number.Hex */
.mi {
color: #ae81ff;
} /* Literal.Number.Integer */
.mo {
color: #ae81ff;
} /* Literal.Number.Oct */
.sb {
color: #e6db74;
} /* Literal.String.Backtick */
.sc {
color: #e6db74;
} /* Literal.String.Char */
.sd {
color: #e6db74;
} /* Literal.String.Doc */
.s2 {
color: #e6db74;
} /* Literal.String.Double */
.se {
color: #ae81ff;
} /* Literal.String.Escape */
.sh {
color: #e6db74;
} /* Literal.String.Heredoc */
.si {
color: #e6db74;
} /* Literal.String.Interpol */
.sx {
color: #e6db74;
} /* Literal.String.Other */
.sr {
color: #e6db74;
} /* Literal.String.Regex */
.s1 {
color: #e6db74;
} /* Literal.String.Single */
.ss {
color: #e6db74;
} /* Literal.String.Symbol */
.bp {
color: #f8f8f2;
} /* Name.Builtin.Pseudo */
.vc {
color: #f8f8f2;
} /* Name.Variable.Class */
.vg {
color: #f8f8f2;
} /* Name.Variable.Global */
.vi {
color: #f8f8f2;
} /* Name.Variable.Instance */
.il {
color: #ae81ff;
} /* Literal.Number.Integer.Long */
.hll { background-color: #272822; }
.c { color: #75715e } /* Comment */
.err { color: #960050; background-color: #1e0010 } /* Error */
.k { color: #66d9ef } /* Keyword */
.l { color: #ae81ff } /* Literal */
.n { color: #f8f8f2 } /* Name */
.o { color: #f92672 } /* Operator */
.p { color: #f8f8f2 } /* Punctuation */
.cm { color: #75715e } /* Comment.Multiline */
.cp { color: #75715e } /* Comment.Preproc */
.c1 { color: #75715e } /* Comment.Single */
.cs { color: #75715e } /* Comment.Special */
.ge { font-style: italic } /* Generic.Emph */
.gs { font-weight: bold } /* Generic.Strong */
.kc { color: #66d9ef } /* Keyword.Constant */
.kd { color: #66d9ef } /* Keyword.Declaration */
.kn { color: #f92672 } /* Keyword.Namespace */
.kp { color: #66d9ef } /* Keyword.Pseudo */
.kr { color: #66d9ef } /* Keyword.Reserved */
.kt { color: #66d9ef } /* Keyword.Type */
.ld { color: #e6db74 } /* Literal.Date */
.m { color: #ae81ff } /* Literal.Number */
.s { color: #e6db74 } /* Literal.String */
.na { color: #a6e22e } /* Name.Attribute */
.nb { color: #f8f8f2 } /* Name.Builtin */
.nc { color: #a6e22e } /* Name.Class */
.no { color: #66d9ef } /* Name.Constant */
.nd { color: #a6e22e } /* Name.Decorator */
.ni { color: #f8f8f2 } /* Name.Entity */
.ne { color: #a6e22e } /* Name.Exception */
.nf { color: #a6e22e } /* Name.Function */
.nl { color: #f8f8f2 } /* Name.Label */
.nn { color: #f8f8f2 } /* Name.Namespace */
.nx { color: #a6e22e } /* Name.Other */
.py { color: #f8f8f2 } /* Name.Property */
.nt { color: #f92672 } /* Name.Tag */
.nv { color: #f8f8f2 } /* Name.Variable */
.ow { color: #f92672 } /* Operator.Word */
.w { color: #f8f8f2 } /* Text.Whitespace */
.mf { color: #ae81ff } /* Literal.Number.Float */
.mh { color: #ae81ff } /* Literal.Number.Hex */
.mi { color: #ae81ff } /* Literal.Number.Integer */
.mo { color: #ae81ff } /* Literal.Number.Oct */
.sb { color: #e6db74 } /* Literal.String.Backtick */
.sc { color: #e6db74 } /* Literal.String.Char */
.sd { color: #e6db74 } /* Literal.String.Doc */
.s2 { color: #e6db74 } /* Literal.String.Double */
.se { color: #ae81ff } /* Literal.String.Escape */
.sh { color: #e6db74 } /* Literal.String.Heredoc */
.si { color: #e6db74 } /* Literal.String.Interpol */
.sx { color: #e6db74 } /* Literal.String.Other */
.sr { color: #e6db74 } /* Literal.String.Regex */
.s1 { color: #e6db74 } /* Literal.String.Single */
.ss { color: #e6db74 } /* Literal.String.Symbol */
.bp { color: #f8f8f2 } /* Name.Builtin.Pseudo */
.vc { color: #f8f8f2 } /* Name.Variable.Class */
.vg { color: #f8f8f2 } /* Name.Variable.Global */
.vi { color: #f8f8f2 } /* Name.Variable.Instance */
.il { color: #ae81ff } /* Literal.Number.Integer.Long */

.gh {
} /* Generic Heading & Diff Header */
.gu {
color: #75715e;
} /* Generic.Subheading & Diff Unified/Comment? */
.gd {
color: #f92672;
} /* Generic.Deleted & Diff Deleted */
.gi {
color: #a6e22e;
} /* Generic.Inserted & Diff Inserted */
.gh { } /* Generic Heading & Diff Header */
.gu { color: #75715e; } /* Generic.Subheading & Diff Unified/Comment? */
.gd { color: #f92672; } /* Generic.Deleted & Diff Deleted */
.gi { color: #a6e22e; } /* Generic.Inserted & Diff Inserted */
}

0 comments on commit 1ef02c4

Please sign in to comment.