summaryrefslogtreecommitdiff
path: root/src/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'src/index.html')
-rw-r--r--src/index.html13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/index.html b/src/index.html
index 9ff8fd3..cce7183 100644
--- a/src/index.html
+++ b/src/index.html
@@ -44,6 +44,19 @@
li.visible:before {
content: '👁 ';
}
+
+ .draggable-window {
+ border: 1px solid white;
+ background-color: #222;
+ }
+
+ .draggable-header {
+ padding: 10px;
+ text-align: center;
+ font-weight: bold;
+ background-color: white;
+ color: #222;
+ }
</style>
<script type="module" src="main.js"></script>
</head>