Skip to content

Commit 5372dce

Browse files
committed
Fix some styles
1 parent c7b567f commit 5372dce

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

less/style.less

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -404,11 +404,13 @@ h4.not-first {
404404
}
405405

406406
#credits {
407+
background: rgba(255,255,255,0.8);
408+
padding: 5px;
409+
border-radius: 3px;
407410
position: absolute;
408411
right: 5px;
409412
bottom: 5px;
410-
color: white;
411-
text-shadow: 1px 1px 0px black;
413+
color: black;
412414

413415
&:before {
414416
content: 'Data Credits: ';

0 commit comments

Comments
 (0)