Skip to content

Commit

Permalink
monospace error
Browse files Browse the repository at this point in the history
  • Loading branch information
borismus committed Sep 19, 2016
1 parent bf206fa commit 079d95d
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,6 @@ a, a:visited {
color: skyblue;
}

#title.hidden {
opacity: 0;
}

#watermark img {
position: fixed;
overflow: hidden;
Expand Down Expand Up @@ -87,7 +83,6 @@ canvas:active {
right: 0;
bottom: 0;
background-color: rgba(0, 0, 0, 0.5);

display: none;
align-items: center;
justify-content: center;
Expand All @@ -99,3 +94,7 @@ canvas:active {
width: 30%;
height: 30%;
}

#error .message {
font-family: monospace;
}

0 comments on commit 079d95d

Please sign in to comment.