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 aeb77e5 commit a3f7d22Copy full SHA for a3f7d22
browser/main/modals/CreateMarkdownFromURLModal.styl
@@ -132,3 +132,29 @@ body[data-theme="monokai"]
132
133
.control-confirmButton
134
colorMonokaiPrimaryButton()
135
+
136
+body[data-theme="dracula"]
137
+ .root
138
+ modalDracula()
139
+ width 500px
140
+ height 270px
141
+ overflow hidden
142
+ position relative
143
144
+ .header
145
+ background-color transparent
146
+ border-color $ui-dracula-borderColor
147
+ color $ui-dracula-text-color
148
149
+ .control-folder-label
150
151
152
+ .control-folder-input
153
+ border 1px solid $ui-input--create-folder-modal
154
+ color white
155
156
+ .description
157
+ color $ui-inactive-text-color
158
159
+ .control-confirmButton
160
+ colorDraculaPrimaryButton()
0 commit comments