diff options
| author | Jules Laplace <jules@okfoc.us> | 2014-10-09 17:26:24 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2014-10-09 17:26:24 -0400 |
| commit | 4d4add72dec5d5f1db96430fe2de21c09451ebea (patch) | |
| tree | e9746b90ad929a3827f5db8187c92a6fdb216d39 /public/assets/stylesheets/app.css | |
| parent | 376d300765870960e161c96324693a2c21e0194b (diff) | |
feature projects, show featured projects on homepage, fix profile sort
Diffstat (limited to 'public/assets/stylesheets/app.css')
| -rwxr-xr-x | public/assets/stylesheets/app.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/public/assets/stylesheets/app.css b/public/assets/stylesheets/app.css index 9a2f6f8..85d14eb 100755 --- a/public/assets/stylesheets/app.css +++ b/public/assets/stylesheets/app.css @@ -357,6 +357,9 @@ iframe.embed { background-color: #ddd; background-size: cover; } +.projectList a:hover .room .mask { + background-color: rgba(238,238,238,0.1); +} .room .images { position: absolute; top: 0; left: 0; |
