diff --git a/index.html b/index.html index 8ccb6e6..ac4e2c7 100644 --- a/index.html +++ b/index.html @@ -55,16 +55,16 @@
- + - + - - + + diff --git a/scss/_masthead.scss b/scss/_masthead.scss index dc06458..ad3554b 100644 --- a/scss/_masthead.scss +++ b/scss/_masthead.scss @@ -35,6 +35,13 @@ header.masthead { .btn-xl { padding: .5rem 1rem; } + .master_button { + color: white; + opacity: 0.5; + &:hover { + opacity: 1; + } + } .video-container, iframe { position: absolute; diff --git a/vector/sound-off.svg b/vector/sound-off.svg index 5f08672..9d428cd 100644 --- a/vector/sound-off.svg +++ b/vector/sound-off.svg @@ -1,43 +1,84 @@ - - - - - - - - - - - - - - - + + + +image/svg+xml + + + + + + + + + + + + \ No newline at end of file diff --git a/vector/sound-on.svg b/vector/sound-on.svg index f91c23d..1cfa353 100644 --- a/vector/sound-on.svg +++ b/vector/sound-on.svg @@ -1,22 +1,64 @@ - - - - - - - - - - + + + +image/svg+xml + + + + + + + \ No newline at end of file