Skip to content

Commit 7e6478c

Browse files
authored
Update styles.css
1 new style block
1 parent ca4ab66 commit 7e6478c

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

styles.css

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,20 @@
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+

0 commit comments

Comments
 (0)