Skip to content

Commit 28e6e3f

Browse files
committed
Border in infobox
1 parent 60c7cdb commit 28e6e3f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

mandelbrot.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,9 @@
7676
}
7777

7878
#infoBox:hover {
79-
background-color: rgba(30, 30, 30, 0.6);
79+
background-color: rgba(30, 30, 30, 0.3);
8080
color: #444;
81+
border: #222 1px solid;
8182
}
8283

8384
#infoBox {

0 commit comments

Comments
 (0)