File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3232 color : # fff ; /* white rectangles on dark bg */
3333 vertical-align : middle;
3434 }
35+
36+
37+ ul { list-style : none; margin : 0 ; }
38+ .file-block { margin-bottom : 1.5em ; }
39+ .file-header { display : flex; flex-direction : column; gap : 0.5em ; }
40+ .file-header a { color : # 60a5fa ; text-decoration : none; font-weight : bold; }
41+ details summary { cursor : pointer; color : # 60a5fa ; font-size : 0.9em ; }
42+ .code-container { position : relative; margin-top : 8px ; }
43+ pre { background : # 1e1e1e ; color : # d4d4d4 ; padding : 12px ; border-radius : 8px ; overflow-x : auto; margin : 0 ; font-size : 0.9em ; }
44+ .copy-btn {
45+ position : absolute; top : 8px ; right : 8px ;
46+ background : # 333 ; color : # fff ; border : none;
47+ padding : 6px 10px ; border-radius : 4px ;
48+ font-size : 0.8em ; cursor : pointer;
49+ }
50+ .copy-btn : hover { background : # 444 ; }
51+
You can’t perform that action at this time.
0 commit comments