File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -246,11 +246,16 @@ sub header {
246246<style type="text/css">
247247 pre { border: solid thin silver; padding: 0.2em; white-space: normal; }
248248 pre > span { display: block; white-space: pre; }
249- :not(pre).a { background: lightgreen }
250- :not(pre).d { background: lightblue }
251- :not(pre).oi { background: yellow }
252- :not(pre).r { background: orange }
253- :not(pre).fo { background: red }
249+ .a { background: #52E052 }
250+ .d { background: #8CCBF2 }
251+ .oi { background: #E0CB52 }
252+ .r { background: orange }
253+ .fo { background: red }
254+ pre.a { background: #E9FBE9 }
255+ pre.d { background: #DEF }
256+ pre.oi { background: #FCFAEE }
257+ pre.r { background: #FFEECC }
258+ pre.fo { background: #FBE9E9 }
254259 .open { border: solid red; }
255260 :target { box-shadow: 0.25em 0.25em 0.25em; }
256261 a[href^=mid], a[href~=flatten] { text-decoration: none; }
Original file line number Diff line number Diff line change 44< style type ="text/css ">
55 pre { border : solid thin silver; padding : 0.2em ; white-space : normal; }
66 pre > span { display : block; white-space : pre; }
7- : not (pre ).a { background : lightgreen }
8- : not (pre ).d { background : lightblue }
9- : not (pre ).oi { background : yellow }
10- : not (pre ).r { background : orange }
11- : not (pre ).fo { background : red }
7+ .a { background : # 52E052 }
8+ .d { background : # 8CCBF2 }
9+ .oi { background : # E0CB52 }
10+ .r { background : orange }
11+ .fo { background : red }
12+ pre .a { background : # E9FBE9 }
13+ pre .d { background : # DEF }
14+ pre .oi { background : # FCFAEE }
15+ pre .r { background : # FFEECC }
16+ pre .fo { background : # FBE9E9 }
1217 .open { border : solid red; }
1318 : target { box-shadow : 0.25em 0.25em 0.25em ; }
1419 a [href ^= mid ], a [href ~= flatten ] { text-decoration : none; }
Original file line number Diff line number Diff line change 44< style type ="text/css ">
55 pre { border : solid thin silver; padding : 0.2em ; white-space : normal; }
66 pre > span { display : block; white-space : pre; }
7- : not (pre ).a { background : lightgreen }
8- : not (pre ).d { background : lightblue }
9- : not (pre ).oi { background : yellow }
10- : not (pre ).r { background : orange }
11- : not (pre ).fo { background : red }
7+ .a { background : # 52E052 }
8+ .d { background : # 8CCBF2 }
9+ .oi { background : # E0CB52 }
10+ .r { background : orange }
11+ .fo { background : red }
12+ pre .a { background : # E9FBE9 }
13+ pre .d { background : # DEF }
14+ pre .oi { background : # FCFAEE }
15+ pre .r { background : # FFEECC }
16+ pre .fo { background : # FBE9E9 }
1217 .open { border : solid red; }
1318 : target { box-shadow : 0.25em 0.25em 0.25em ; }
1419 a [href ^= mid ], a [href ~= flatten ] { text-decoration : none; }
Original file line number Diff line number Diff line change 44< style type ="text/css ">
55 pre { border : solid thin silver; padding : 0.2em ; white-space : normal; }
66 pre > span { display : block; white-space : pre; }
7- : not (pre ).a { background : lightgreen }
8- : not (pre ).d { background : lightblue }
9- : not (pre ).oi { background : yellow }
10- : not (pre ).r { background : orange }
11- : not (pre ).fo { background : red }
7+ .a { background : # 52E052 }
8+ .d { background : # 8CCBF2 }
9+ .oi { background : # E0CB52 }
10+ .r { background : orange }
11+ .fo { background : red }
12+ pre .a { background : # E9FBE9 }
13+ pre .d { background : # DEF }
14+ pre .oi { background : # FCFAEE }
15+ pre .r { background : # FFEECC }
16+ pre .fo { background : # FBE9E9 }
1217 .open { border : solid red; }
1318 : target { box-shadow : 0.25em 0.25em 0.25em ; }
1419 a [href ^= mid ], a [href ~= flatten ] { text-decoration : none; }
You can’t perform that action at this time.
0 commit comments