Skip to content

Commit b17e535

Browse files
author
Divya Bhushan
authored
Merge branch 'master' into pythonsdk-update
2 parents 17eda37 + ef95486 commit b17e535

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/css/custom.scss

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,15 @@
1212
/* You can override the default Infima variables here. */
1313

1414
@use "tailwindcss";
15+
16+
// revert default list-style overridden by tailwindcss
17+
@layer base {
18+
ul,
19+
ol {
20+
list-style: revert;
21+
}
22+
}
23+
1524
@import url("https://fonts.googleapis.com/css2?family=Source+Code+Pro&display=swap");
1625

1726
@font-face {

0 commit comments

Comments
 (0)