|
7 | 7 | ** ╚═════╝ ╚═════╝ ╚══════╝╚═╝╚═════╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝ ╚══════╝ |
8 | 8 | ** |
9 | 9 | ** —— Made with 💎 by TriDiamond |
10 | | -** version 1.0.0 |
11 | 10 | ** --------------------------------------------------------------- */ |
12 | 11 |
|
13 | 12 | /****************************************** |
14 | | - Currently only comes int dark theme, |
15 | | - Light theme is still working on it, |
| 13 | + Currently only comes in dark theme, |
| 14 | + Light theme is still working in progress, |
16 | 15 | but it wil come soon or later. |
17 | 16 | ******************************************/ |
18 | 17 |
|
|
71 | 70 | --blockquote-border: #4aa8fb; |
72 | 71 | --tag-background: #a7b0b3; |
73 | 72 | --interactive-accent-rgb: #3dd7fb; |
74 | | - --font-family-editor: 'rubiklight'; |
75 | | - --font-family-preview: 'rubiklight'; |
| 73 | + --font-family-editor: 'Rubik'; |
| 74 | + --font-family-preview: 'Rubik'; |
76 | 75 | --bg-accent-35: rgba(244, 86, 157, 0.45); |
77 | 76 | --bg-accent-15: rgba(244, 86, 157, 0.15); |
78 | 77 | --text-highlight-bg: rgba(244, 86, 157, 0.15); |
@@ -448,9 +447,9 @@ ul ul ul ol > li:not(.task-list-item)::before { |
448 | 447 | margin-right: 0.5em; |
449 | 448 | text-align: right; |
450 | 449 | direction: rtl; |
451 | | - word-wrap: none; |
452 | 450 | overflow: visible; |
453 | 451 | word-break: keep-all; |
| 452 | + white-space: nowrap; |
454 | 453 | } |
455 | 454 |
|
456 | 455 | /* rule line when there are checkboxes*/ |
|
0 commit comments