Skip to content

Commit fd770ac

Browse files
Filename color
1 parent c68c1a8 commit fd770ac

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

components/blocks/code.module.css

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,7 @@
1717
}
1818

1919
.Filename {
20-
@apply ml-4 font-mono text-sm text-gray-60;
21-
}
22-
23-
:global(.dark) .Filename {
24-
@apply text-gray-50;
20+
@apply font-mono text-sm leading-6 pr-4;
2521
}
2622

2723
.HasHeader {

content/develop/concepts/configuration/theming-fonts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ font="tuffy"
192192

193193
Directory structure:
194194

195-
<Code language="none" filename="directory structure">
195+
<Code language="none" filename="Directory structure">
196196

197197
project_directory/
198198
├── .streamlit/

0 commit comments

Comments
 (0)