diff options
| author | Eugen Wissner <belka@caraus.de> | 2026-07-15 02:57:48 +0200 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2026-07-15 02:57:48 +0200 |
| commit | 8f954ab7c662e0c507c2328d5b2683fbd4c3a391 (patch) | |
| tree | aa77658a566d38f621b465947c7a9acd4de007b3 /assets/_sass/base/_syntax.scss | |
| parent | 4467e79ab9516010c93c8ba7c530ddd9622a5262 (diff) | |
| download | flevum-8f954ab7c662e0c507c2328d5b2683fbd4c3a391.tar.gz | |
Remove vendor specific CSS styles
Diffstat (limited to 'assets/_sass/base/_syntax.scss')
| -rw-r--r-- | assets/_sass/base/_syntax.scss | 519 |
1 files changed, 259 insertions, 260 deletions
diff --git a/assets/_sass/base/_syntax.scss b/assets/_sass/base/_syntax.scss index 8951f90..00d491f 100644 --- a/assets/_sass/base/_syntax.scss +++ b/assets/_sass/base/_syntax.scss @@ -1,260 +1,259 @@ -.highlight {
- background: var(--grey-fa);
- border: 1px solid var(--grey-ccc);
- padding: 30px;
-
- .lineno {
- padding: 0 15px 0 0;
- }
- // Comment
- .c {
- color: #998;
- font-style: italic
- }
- // Error
- .err {
- color: #a61717;
- background-color: #e3d2d2
- }
- // Keyword
- .k {
- font-weight: bold
- }
- // Operator
- .o {
- font-weight: bold
- }
- // Comment.Multiline
- .cm {
- color: #998;
- font-style: italic
- }
- // Comment.Preproc
- .cp {
- color: #999;
- font-weight: bold
- }
- // Comment.Single
- .c1 {
- color: #998;
- font-style: italic
- }
- // Comment.Special
- .cs {
- color: #999;
- font-weight: bold;
- font-style: italic
- }
- // Generic.Deleted
- .gd {
- color: #000;
- background-color: #fdd
- }
- // Generic.Deleted.Specific
- .gd .x {
- color: #000;
- background-color: #faa
- }
- // Generic.Emph
- .ge {
- font-style: italic
- }
- // Generic.Error
- .gr {
- color: #a00
- }
- // Generic.Heading
- .gh {
- color: #999
- }
- // Generic.Inserted
- .gi {
- color: #000;
- background-color: #dfd
- }
- // Generic.Inserted.Specific
- .gi .x {
- color: #000;
- background-color: #afa
- }
- // Generic.Output
- .go {
- color: #888
- }
- // Generic.Prompt
- .gp {
- color: #555
- }
- // Generic.Strong
- .gs {
- font-weight: bold
- }
- // Generic.Subheading
- .gu {
- color: #aaa
- }
- // Generic.Traceback
- .gt {
- color: #a00
- }
- // Keyword.Constant
- .kc {
- font-weight: bold
- }
- // Keyword.Declaration
- .kd {
- font-weight: bold
- }
- // Keyword.Pseudo
- .kp {
- font-weight: bold
- }
- // Keyword.Reserved
- .kr {
- font-weight: bold
- }
- // Keyword.Type
- .kt {
- color: #458;
- font-weight: bold
- }
- // Literal.Number
- .m {
- color: #099
- }
- // Literal.String
- .s {
- color: #d14
- }
- // Name.Attribute
- .na {
- color: #008080
- }
- // Name.Builtin
- .nb {
- color: #0086B3
- }
- // Name.Class
- .nc {
- color: #458;
- font-weight: bold
- }
- // Name.Constant
- .no {
- color: #008080
- }
- // Name.Entity
- .ni {
- color: #800080
- }
- // Name.Exception
- .ne {
- color: #900;
- font-weight: bold
- }
- // Name.Function
- .nf {
- color: #900;
- font-weight: bold
- }
- // Name.Namespace
- .nn {
- color: #555
- }
- // Name.Tag
- .nt {
- color: #000080
- }
- // Name.Variable
- .nv {
- color: #008080
- }
- // Operator.Word
- .ow {
- font-weight: bold
- }
- // Text.Whitespace
- .w {
- color: #bbb
- }
- // Literal.Number.Float
- .mf {
- color: #099
- }
- // Literal.Number.Hex
- .mh {
- color: #099
- }
- // Literal.Number.Integer
- .mi {
- color: #099
- }
- // Literal.Number.Oct
- .mo {
- color: #099
- }
- // Literal.String.Backtick
- .sb {
- color: #d14
- }
- // Literal.String.Char
- .sc {
- color: #d14
- }
- // Literal.String.Doc
- .sd {
- color: #d14
- }
- // Literal.String.Double
- .s2 {
- color: #d14
- }
- // Literal.String.Escape
- .se {
- color: #d14
- }
- // Literal.String.Heredoc
- .sh {
- color: #d14
- }
- // Literal.String.Interpol
- .si {
- color: #d14
- }
- // Literal.String.Other
- .sx {
- color: #d14
- }
- // Literal.String.Regex
- .sr {
- color: #009926
- }
- // Literal.String.Single
- .s1 {
- color: #d14
- }
- // Literal.String.Symbol
- .ss {
- color: #990073
- }
- // Name.Builtin.Pseudo
- .bp {
- color: #999
- }
- // Name.Variable.Class
- .vc {
- color: #008080
- }
- // Name.Variable.Global
- .vg {
- color: #008080
- }
- // Name.Variable.Instance
- .vi {
- color: #008080
- }
- // Literal.Number.Integer.Long
- .il {
- color: #099
- }
-}
+.highlight { + background: var(--grey-fa); + border: 1px solid var(--grey-ccc); + padding: 30px; +} +.highlight .lineno { + padding: 0 15px 0 0; +} +/* Comment */ +.highlight .c { + color: #998; + font-style: italic +} +/* Error */ +.highlight .err { + color: #a61717; + background-color: #e3d2d2 +} +/* Keyword */ +.highlight .k { + font-weight: bold +} +/* Operator */ +.highlight .o { + font-weight: bold +} +/* Comment.Multiline */ +.highlight .cm { + color: #998; + font-style: italic +} +/* Comment.Preproc */ +.highlight .cp { + color: #999; + font-weight: bold +} +/* Comment.Single */ +.highlight .c1 { + color: #998; + font-style: italic +} +/* Comment.Special */ +.highlight .cs { + color: #999; + font-weight: bold; + font-style: italic +} +/* Generic.Deleted */ +.highlight .gd { + color: #000; + background-color: #fdd +} +/* Generic.Deleted.Specific */ +.highlight .gd .x { + color: #000; + background-color: #faa +} +/* Generic.Emph */ +.highlight .ge { + font-style: italic +} +/* Generic.Error */ +.highlight .gr { + color: #a00 +} +/* Generic.Heading */ +.highlight .gh { + color: #999 +} +/* Generic.Inserted */ +.highlight .gi { + color: #000; + background-color: #dfd +} +/* Generic.Inserted.Specific */ +.highlight .gi .x { + color: #000; + background-color: #afa +} +/* Generic.Output */ +.highlight .go { + color: #888 +} +/* Generic.Prompt */ +.highlight .gp { + color: #555 +} +/* Generic.Strong */ +.highlight .gs { + font-weight: bold +} +/* Generic.Subheading */ +.highlight .gu { + color: #aaa +} +/* Generic.Traceback */ +.highlight .gt { + color: #a00 +} +/* Keyword.Constant */ +.highlight .kc { + font-weight: bold +} +/* Keyword.Declaration */ +.highlight .kd { + font-weight: bold +} +/* Keyword.Pseudo */ +.highlight .kp { + font-weight: bold +} +/* Keyword.Reserved */ +.highlight .kr { + font-weight: bold +} +/* Keyword.Type */ +.highlight .kt { + color: #458; + font-weight: bold +} +/* Literal.Number */ +.highlight .m { + color: #099 +} +/* Literal.String */ +.highlight .s { + color: #d14 +} +/* Name.Attribute */ +.highlight .na { + color: #008080 +} +/* Name.Builtin */ +.highlight .nb { + color: #0086B3 +} +/* Name.Class */ +.highlight .nc { + color: #458; + font-weight: bold +} +/* Name.Constant */ +.highlight .no { + color: #008080 +} +/* Name.Entity */ +.highlight .ni { + color: #800080 +} +/* Name.Exception */ +.highlight .ne { + color: #900; + font-weight: bold +} +/* Name.Function */ +.highlight .nf { + color: #900; + font-weight: bold +} +/* Name.Namespace */ +.highlight .nn { + color: #555 +} +/* Name.Tag */ +.highlight .nt { + color: #000080 +} +/* Name.Variable */ +.highlight .nv { + color: #008080 +} +/* Operator.Word */ +.highlight .ow { + font-weight: bold +} +/* Text.Whitespace */ +.highlight .w { + color: #bbb +} +/* Literal.Number.Float */ +.highlight .mf { + color: #099 +} +/* Literal.Number.Hex */ +.highlight .mh { + color: #099 +} +/* Literal.Number.Integer */ +.highlight .mi { + color: #099 +} +/* Literal.Number.Oct */ +.highlight .mo { + color: #099 +} +/* Literal.String.Backtick */ +.highlight .sb { + color: #d14 +} +/* Literal.String.Char */ +.highlight .sc { + color: #d14 +} +/* Literal.String.Doc */ +.highlight .sd { + color: #d14 +} +/* Literal.String.Double */ +.highlight .s2 { + color: #d14 +} +/* Literal.String.Escape */ +.highlight .se { + color: #d14 +} +/* Literal.String.Heredoc */ +.highlight .sh { + color: #d14 +} +/* Literal.String.Interpol */ +.highlight .si { + color: #d14 +} +/* Literal.String.Other */ +.highlight .sx { + color: #d14 +} +/* Literal.String.Regex */ +.highlight .sr { + color: #009926 +} +/* Literal.String.Single */ +.highlight .s1 { + color: #d14 +} +/* Literal.String.Symbol */ +.highlight .ss { + color: #990073 +} +/* Name.Builtin.Pseudo */ +.highlight .bp { + color: #999 +} +/* Name.Variable.Class */ +.highlight .vc { + color: #008080 +} +/* Name.Variable.Global */ +.highlight .vg { + color: #008080 +} +/* Name.Variable.Instance */ +.highlight .vi { + color: #008080 +} +/* Literal.Number.Integer.Long */ +.highlight .il { + color: #099 +} |
