Skip to content

Commit b3e2185

Browse files
committed
Swap stub background color.
1 parent b881ac5 commit b3e2185

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

haplotypes.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,12 @@
1616
-ms-user-select: none;
1717
user-select: none;
1818
outline: none;
19+
border-radius: 25px;
1920
}
2021
</style>
2122
</head>
2223

23-
<body style="background-color:#343434;">
24+
<body style="background-color:white;">
2425

2526
<script src="processing.min.js"></script>
2627
<canvas datasrc="haplotypes.pjs" width="600" height="450">Can't load canvas object</canvas>

0 commit comments

Comments
 (0)