File tree Expand file tree Collapse file tree 2 files changed +242
-113
lines changed
Expand file tree Collapse file tree 2 files changed +242
-113
lines changed Original file line number Diff line number Diff line change @@ -75,56 +75,34 @@ body {
7575}
7676
7777h1 {
78- text-align : center;
7978 font-size : var (--h1-font-size );
8079}
8180
8281h2 {
83- text-align : center;
8482 font-size : var (--h2-font-size );
8583}
8684
8785h3 {
88- text-align : center;
8986 font-size : var (--h3-font-size );
9087}
9188
9289blockquote {
93- font-style : italic;
94- margin-left : 32px ;
95- border-left : 4px solid # ccc ;
96- padding-left : 8px ;
9790 font-size : var (--blockquote-font-size );
9891}
9992
10093a {
10194 color : var (--link-color );
10295}
10396
104- img {
105- max-width : 100% ;
106- }
107-
10897iframe {
10998 max-width : 100% ;
11099}
111100
112101body table {
113- border-collapse : collapse;
114- border-spacing : 0 ;
115- margin : 0 ;
116- padding : 0 ;
117102 background-color : var (--table-background-color );
118103 border : 1px solid var (--table-border-color );
119104}
120105
121106body table tr : nth-of-type (even ) {
122107 background-color : var (--table-background-color-even );
123108}
124-
125- body table tr td {
126- padding : 0.5625em 0.625em ;
127- line-height : inherit;
128- color : inherit;
129- font-size : inherit;
130- }
You can’t perform that action at this time.
0 commit comments