Skip to content

Commit

Permalink
added border around the warning urls
Browse files Browse the repository at this point in the history
  • Loading branch information
JamshedAlamQaderi committed Jul 31, 2023
1 parent dcfede1 commit b9b41c7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions web/src/wasmMain/resources/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@

#warning span.code {
font-family: monospace;
background-color: #ffe8e8;
border: 1px solid #ff0000;
padding: 5px;
}

ul {
Expand Down

0 comments on commit b9b41c7

Please sign in to comment.