diff options
Diffstat (limited to 'demoware')
| -rw-r--r-- | demoware/index.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/demoware/index.html b/demoware/index.html index c882c8c..95c6847 100644 --- a/demoware/index.html +++ b/demoware/index.html @@ -4,7 +4,7 @@ <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>slide merging demoware</title> - <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/water.css@2/out/dark.min.css"> + <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/water.css@2/out/water.min.css"> <style> .file-item { display: flex; @@ -40,9 +40,9 @@ word-break: break-all; } .hidden { display: none !important; } - .running { color: #f0ad4e; } - .done { color: #5cb85c; } - .error { color: #d9534f; } + .running { color: #ff9800; } + .done { color: #4caf50; } + .error { color: #f44336; } #log-output { max-height: 300px; overflow-y: auto; |
