We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b881ac5 commit b3e2185Copy full SHA for b3e2185
1 file changed
haplotypes.html
@@ -16,11 +16,12 @@
16
-ms-user-select: none;
17
user-select: none;
18
outline: none;
19
+ border-radius: 25px;
20
}
21
</style>
22
</head>
23
-<body style="background-color:#343434;">
24
+<body style="background-color:white;">
25
26
<script src="processing.min.js"></script>
27
<canvas datasrc="haplotypes.pjs" width="600" height="450">Can't load canvas object</canvas>
0 commit comments