We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c68c1a8 commit fd770acCopy full SHA for fd770ac
components/blocks/code.module.css
@@ -17,11 +17,7 @@
17
}
18
19
.Filename {
20
- @apply ml-4 font-mono text-sm text-gray-60;
21
-}
22
-
23
-:global(.dark) .Filename {
24
- @apply text-gray-50;
+ @apply font-mono text-sm leading-6 pr-4;
25
26
27
.HasHeader {
content/develop/concepts/configuration/theming-fonts.md
@@ -192,7 +192,7 @@ font="tuffy"
192
193
Directory structure:
194
195
-<Code language="none" filename="directory structure">
+<Code language="none" filename="Directory structure">
196
197
project_directory/
198
├── .streamlit/
0 commit comments