diff options
-rw-r--r-- | scss/pergamon.scss | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/scss/pergamon.scss b/scss/pergamon.scss index 67b8e85..a143fd0 100644 --- a/scss/pergamon.scss +++ b/scss/pergamon.scss @@ -50,12 +50,16 @@ body{ .jumbotron .container { position: relative; z-index: 2; - background:rgba(0,0,0,0.2); + background: rgba(0,0,0,0.5); padding: 2rem; border: 1px solid rgba(0,0,0,0.1); border-radius: 3px; } +.jumbotron a{ + text-shadow: 2px 2px 2px #000; +} + .jumbotron-background img { object-fit: cover; font-family: 'object-fit: cover;'; |