Sha256: 11cbc096dc36ca8e66f4a59c8d4edbc8809817d6e153300b425f086da31cb074
Contents?: true
Size: 1.37 KB
Versions: 12
Compression:
Stored size: 1.37 KB
Contents
/* # ----------------------------------------------------------------------------- # ~/modules/rouge/css/igorpro/theme.css # Rouge theme igorpro # # Product/Info: # https://jekyll.one # https://github.com/rouge-ruby/rouge # # Copyright (C) 2023, 2024 Juergen Adams # Copyright (c) 2012 Jeanine Adkisson # # J1 Template is licensed under the MIT License. # See: https://github.com/jekyll-one-org/j1-template/blob/main/LICENSE.md # Rouge is licensed under the MIT License. # See: https://github.com/rouge-ruby/rouge/blob/master/LICENSE # ----------------------------------------------------------------------------- */ .highlight table td { padding: 5px; } .highlight table pre { margin: 0; } .highlight, .highlight .w { color: #444444; } .highlight .cp { color: #CC00A3; } .highlight .cs { color: #CC00A3; } .highlight .c, .highlight .cd, .highlight .cm, .highlight .c1 { color: #FF0000; } .highlight .kc { color: #C34E00; } .highlight .kd { color: #0000FF; } .highlight .kr { color: #007575; } .highlight .k, .highlight .kn, .highlight .kp, .highlight .kt, .highlight .kv { color: #0000FF; } .highlight .s, .highlight .sb, .highlight .sc, .highlight .sd, .highlight .s2, .highlight .se, .highlight .sh, .highlight .si, .highlight .sx, .highlight .sr, .highlight .s1, .highlight .ss { color: #009C00; } .highlight .nb, .highlight .bp { color: #C34E00; }
Version data entries
12 entries across 12 versions & 1 rubygems