View source for Template:Codesample/light.css
Jump to navigation
Jump to search
You do not have permission to edit this page, for the following reason:
You can view and copy the source of this page.
.wt-codesample-light .wt-codesample-title {
color: #586e75; /* base01 */
background: #eee8d5; /* base2 */
}
.wt-codesample-light .wt-codesample-header div {
border-color: #657b83; /* base00 */
}
.wt-codesample-light pre {
color: #657b83; /* base00 */
background-color: #fdf6e3; /* base3 */
border-color: #657b83; /* base00 */
}
.wt-codesample-light .lineno {
color: #586e75; /* base01 */
}
/* Solarized Light pygments styles -- https://pypi.org/project/pygments-style-solarized/ */
.wt-codesample-light .hll { background-color: #ffffcc }
.wt-codesample-light .c { color: #93a1a1; font-style: italic } /* Comment */
.wt-codesample-light .err { color: #dc322f } /* Error */
000
1:0
Return to Template:Codesample/light.css.