diff options
| author | Jules Laplace <jules@okfoc.us> | 2014-10-10 13:06:20 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2014-10-10 13:06:20 -0400 |
| commit | 76dbc0a4be582ccbf6c4d339fb0d1096f087b39d (patch) | |
| tree | ca7e83f212c5d3eb1f20984c8a36ae0821269570 /public/assets/stylesheets | |
| parent | 478361d2fe51e24e45ddb683118c6a0fe4eec895 (diff) | |
| parent | 2db2887430c01a1e1ce0d85d056fb300db084de3 (diff) | |
merge
Diffstat (limited to 'public/assets/stylesheets')
| -rwxr-xr-x | public/assets/stylesheets/app.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/public/assets/stylesheets/app.css b/public/assets/stylesheets/app.css index a15ea39..d6a231f 100755 --- a/public/assets/stylesheets/app.css +++ b/public/assets/stylesheets/app.css @@ -359,11 +359,11 @@ iframe.embed { height: 100%; text-align: center; overflow: hidden; - background-color: #ddd; + background-color: rgba(128,128,128,0.2); background-size: cover; } .projectList a:hover .room .mask { - background-color: rgba(238,238,238,0.1); + background-color: rgba(128,128,128,0.1); } .room .images { position: absolute; |
