diff options
| author | Mark Otto <[email protected]> | 2013-02-14 00:39:32 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-02-14 00:39:32 -0800 |
| commit | 7e6211e244fe0bc95ffa7327477b094b0bea836a (patch) | |
| tree | 7b81ecbff4c363a2c1a0fb19ed4efa5f4d0608ea | |
| parent | 5f0ecb740a71814c4b17bc2252a451548f329342 (diff) | |
| download | bootstrap-7e6211e244fe0bc95ffa7327477b094b0bea836a.tar.xz bootstrap-7e6211e244fe0bc95ffa7327477b094b0bea836a.zip | |
twerk dat manni pygment style
| -rw-r--r-- | docs/assets/css/pygments-manni.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/assets/css/pygments-manni.css b/docs/assets/css/pygments-manni.css index fc8bd253b..e9e5c7ca6 100644 --- a/docs/assets/css/pygments-manni.css +++ b/docs/assets/css/pygments-manni.css @@ -25,8 +25,8 @@ .kr { color: #006699; } /* Keyword.Reserved */ .kt { color: #007788; } /* Keyword.Type */ .m { color: #FF6600 } /* Literal.Number */ -.s { color: #CC3300 } /* Literal.String */ -.na { color: #330099 } /* Name.Attribute */ +.s { color: #d44950 } /* Literal.String */ +.na { color: #4f9fcf } /* Name.Attribute */ .nb { color: #336666 } /* Name.Builtin */ .nc { color: #00AA88; } /* Name.Class */ .no { color: #336600 } /* Name.Constant */ @@ -36,7 +36,7 @@ .nf { color: #CC00FF } /* Name.Function */ .nl { color: #9999FF } /* Name.Label */ .nn { color: #00CCFF; } /* Name.Namespace */ -.nt { color: #330099; } /* Name.Tag */ +.nt { color: #2f6f9f; } /* Name.Tag */ .nv { color: #003333 } /* Name.Variable */ .ow { color: #000000; } /* Operator.Word */ .w { color: #bbbbbb } /* Text.Whitespace */ |
