File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- /* 全般 */
2-
31: root {
42 --heading-color : light-dark ( oklch (0.45 0.126 248 ), oklch (0.85 0.093 248 ) );
53}
7270 border-top : thin solid silver;
7371}
7472
75- /* IDL */
76- pre .idl {
77- padding : .5em 1em ;
78- margin : 1.2em 0 ;
79- }
80-
8173.valdef > dt {
8274 font-family : monospace0, monospace;
8375}
Original file line number Diff line number Diff line change 1- /* 全般
2- 色に対するコメントは原文の色指定(色相, 彩度を揃えるため近似値)
3- */
4-
51: root {
62 --heading-color : light-dark ( oklch (0.45 0.12 248 ), oklch (0.88 0.12 248 ) );
73}
@@ -62,13 +58,6 @@ div.example:before {
6258 border-style : none solid;
6359}
6460
65- /* pre */
66-
67- pre .idl {
68- padding : .5em 1em ;
69- margin : 1.2em 0 ;
70- }
71-
7261dl .idl-def > dt {
7362 font-family : monospace0, monospace;
7463}
Original file line number Diff line number Diff line change @@ -445,6 +445,8 @@ pre.presentation {
445445
446446 /* IDL */
447447pre .idl {
448+ padding : .5em 1em ;
449+ margin : 1.2em 0 ;
448450 color : var (--idl-color , CanvasText);
449451 background : var (--idl-bg-color , Canvas);
450452 border-left : 0.5em solid var (--idl-border-color , var (--N-color ));
You can’t perform that action at this time.
0 commit comments