diff --git a/sass/style.scss b/sass/style.scss index a699d27..0776066 100644 --- a/sass/style.scss +++ b/sass/style.scss @@ -37,6 +37,12 @@ header { text-decoration: none; color: #000; font-size: 1.2em; + + &:hover { + color: #fff; + background-color: #C61730; + border: 1px solid #C61730; + } } } }