We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents af8dab7 + e5ad713 commit daccd0eCopy full SHA for daccd0e
assets/scss/_styles_project.scss
@@ -73,6 +73,30 @@ body {
73
}
74
75
76
+ .highlight[filename] {
77
+ margin-top: 2rem;
78
+ }
79
+
80
+ .highlight[filename]::before {
81
+ content: attr(filename);
82
+ display: block;
83
+ padding: 0.5rem 0.75rem;
84
+ font-size: 0.85rem;
85
+ font-weight: 600;
86
+ line-height: 1.2;
87
+ color: #5f6b7a;
88
+ background: #eef3fb;
89
+ border: 1px solid var(--bs-border-color);
90
+ border-bottom: 0;
91
+ border-top-left-radius: 0.5rem;
92
+ border-top-right-radius: 0.5rem;
93
94
95
+ .highlight[filename] pre {
96
+ border-top-left-radius: 0;
97
+ border-top-right-radius: 0;
98
99
100
img,
101
.md__image img,
102
img.md-image-responsive {
0 commit comments