Skip to content

Commit

Permalink
Tweak colors a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
blixt committed Dec 4, 2015
1 parent a7678c8 commit 428ae6b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions vis/index.html
Expand Up @@ -13,18 +13,18 @@
font-weight: 200; font-weight: 200;
} }
.result { .result {
background: no-repeat center/contain #333; background: no-repeat center/contain #141414;
color: #fff; color: #fff;
height: 18vw; height: 18vw;
position: relative; position: relative;
width: 32vw; width: 32vw;
display: inline-block; display: inline-block;
} }
.result:nth-child(2n+1) { .result:nth-child(2n+1) {
background-color: #222; background-color: #181818;
} }
.result p { .result p {
background: rgba(0, 0, 0, .3); background: rgba(0, 0, 0, .5);
bottom: 0; bottom: 0;
box-sizing: border-box; box-sizing: border-box;
left: 0; left: 0;
Expand Down Expand Up @@ -68,6 +68,6 @@
} }
loadVisible(); loadVisible();
}); });
</script> </script>
</body> </body>
</html> </html>

0 comments on commit 428ae6b

Please sign in to comment.