File tree Expand file tree Collapse file tree 1 file changed +43
-4
lines changed
Expand file tree Collapse file tree 1 file changed +43
-4
lines changed Original file line number Diff line number Diff line change 1010 {max-width : 1400px ;width : 100% ;padding : 0 20px ;}
1111
1212
13+ [component ], config
14+ {display : none}
1315
1416
17+ .description
18+ {max-width : 1000px ;text-align : justify;border-left : 4px solid # 4a90e2 ;padding : 1rem 2rem ;
19+ background-color : # f9f9f9 ;font-family : system-ui, sans-serif;font-size : 1rem ;line-height : 1.6 ;color : # 333 }
20+ .description > p
21+ {margin : 0 }
22+ .description > p + p
23+ {margin : 10px 0 }
24+
25+
26+ .blog-hdr
27+ {color : blue;font-weight : bold}
28+
29+ .blog-text
30+ {margin : 1.5rem auto;padding : 1.25rem 1.75rem ;background-color : # fcfcfc ;/*#f9f9f9*/ font-family : system-ui, sans-serif;font-size : 1rem ;line-height : 2 ;
31+ color : # 333 ;text-align : justify;border-radius : 4px }
32+ .blog-text h2 , .blog-text h3
33+ {margin-top : 1.5rem ;margin-bottom : 0.75rem ;font-weight : 600 ;color : # 222 ;display : flex}
34+ .blog-text p
35+ {margin : 0 0 1rem 0 ;}
36+
37+
38+
1539 code
16- {display : block;border-radius : 5px ;background : whitesmoke;font-family : monospace;padding : 10px ;white-space : pre;
17- margin : 20px 0 ;overflow : auto;
18- }
19-
40+ {font-family : monospace;background : whitesmoke}
41+ code .inline
42+ {display : inline;padding : 5px 10px }
2043
44+
45+ a
46+ {color : # 4a90e2 ;text-decoration : none;font-weight : 500 }
47+ a : hover
48+ {text-decoration : underline}
49+ .link-domain
50+ {font-size : 0.85rem ;color : # 777 ;margin-left : 0.25rem }
51+ .link-domain ::before
52+ {content : '[' }
53+ .link-domain ::after
54+ {content : ']' }
55+ .link-txt
56+ {}
57+ .no-underline
58+ {display : inline-block;text-decoration : none;color : black}
2159
60+
2261 input
2362 {font-size : 16px ;padding : 5px 10px ;box-sizing : border-box}
2463 input [type = button ]
You can’t perform that action at this time.
0 commit comments