Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Verifpal
Verifpal for Visual Studio Code
Commits
acd7f4a3
Unverified
Commit
acd7f4a3
authored
Apr 28, 2020
by
Nadim Kobeissi
💾
Browse files
Fix diagrams being hard to read with certain VSCode themes.
parent
bb4294e0
Pipeline
#186
passed with stage
in 27 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
res/diagram.html
View file @
acd7f4a3
...
...
@@ -12,7 +12,7 @@
<style
type=
"text/css"
>
body
{
padding
:
10px
;
background-color
:
var
(
--vscode-editor-
b
ackground
);
background-color
:
var
(
--vscode-editor-
selectionHighlightB
ackground
);
}
span
#diagramText
{
...
...
@@ -52,7 +52,7 @@
.note
rect
,
.note
path
{
fill
:
var
(
--vscode-editor-
selectionHighlightB
ackground
);
fill
:
var
(
--vscode-editor-
b
ackground
);
stroke
:
var
(
--vscode-editor-foreground
);
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment