Skip to content

Commit 0885054

Browse files
Updated demo.
1 parent fe7cce2 commit 0885054

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

static/demo/css/structurizr-static-dark.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,4 +62,7 @@ body {
6262
.btn-default.disabled, .btn-default:disabled, .btn-default[disabled] {
6363
background-color: #777777;
6464
background-image: none;
65+
}
66+
.structurizrDiagramViewport {
67+
background: #111111;
6568
}

static/demo/index.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,12 @@
1818
<link href="./css/structurizr-static.css" rel="stylesheet" media="screen" />
1919
<link href="./css/structurizr-diagram.css" rel="stylesheet" media="screen" />
2020
<link href="https://fonts.googleapis.com/css?family=Open+Sans:400,700" rel="stylesheet" />
21+
22+
<style>
23+
.structurizrDiagramViewport {
24+
background: #ffffff;
25+
}
26+
</style>
2127
</head>
2228
<body>
2329
<div id="diagram"></div>

0 commit comments

Comments
 (0)