Establish watermarks

This commit is contained in:
ErikBoesen
2018-01-14 17:49:05 -05:00
parent 624770b693
commit 1bf50f2d26
3 changed files with 12 additions and 3 deletions

View File

@@ -1,3 +1,6 @@
/* Created by Erik Boesen with FIRST Robotics Competition Team 1418.
Offered under the MIT License. */
@blue: #0f4bcb;
@@ -86,4 +89,4 @@
.banners li, .banners li:after, .banner, .banner:after {
-webkit-filter: drop-shadow(0 10px 5px rgba(0, 0, 0, .1));
filter: drop-shadow(0 10px 5px rgba(0, 0, 0, .1));
}
}