Skip to content

Commit

Permalink
changes info pane to drop shadow
Browse files Browse the repository at this point in the history
  • Loading branch information
sphawes committed Oct 12, 2023
1 parent a07051d commit 2d51f79
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
<link rel="mask-icon" href="safari-pinned-tab.svg" color="#5bbad5">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="theme-color" content="#ffffff">
<script type="module" crossorigin src="./assets/index-224e01a2.js"></script>
<link rel="stylesheet" href="./assets/index-24c745e6.css">
<script type="module" crossorigin src="./assets/index-9882dc94.js"></script>
<link rel="stylesheet" href="./assets/index-4b85fc06.css">
</head>
<body>
<div id="output"></div>
Expand Down
3 changes: 2 additions & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@
}

#info {
background-color: #efefef;
background-color: #fff;
box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 20px 0 rgba(0, 0, 0, 0.19);
color: black;
padding: 10px;
padding-top:15px;
Expand Down

0 comments on commit 2d51f79

Please sign in to comment.