diff --git a/css/app.css b/css/app.css index 20d2ecb..dadc532 100644 --- a/css/app.css +++ b/css/app.css @@ -73,17 +73,17 @@ body { fill: #fefefe; } -.top-bar { - background: rgba(0, 0, 0, 0.5); +.top-content-section { + background: rgba(0, 0, 0, 0.5) !important; width: 100%; position: fixed; } -.top-bar .menu { +.top-content-section .menu { background: transparent; } -.top-bar .menu-text { +.top-content-section .menu-text { color: #fefefe; } diff --git a/dist/css/app.css b/dist/css/app.css index 20d2ecb..dadc532 100644 --- a/dist/css/app.css +++ b/dist/css/app.css @@ -73,17 +73,17 @@ body { fill: #fefefe; } -.top-bar { - background: rgba(0, 0, 0, 0.5); +.top-content-section { + background: rgba(0, 0, 0, 0.5) !important; width: 100%; position: fixed; } -.top-bar .menu { +.top-content-section .menu { background: transparent; } -.top-bar .menu-text { +.top-content-section .menu-text { color: #fefefe; } diff --git a/dist/faq.html b/dist/faq.html index e7f5a5f..f9d2e45 100644 --- a/dist/faq.html +++ b/dist/faq.html @@ -6,13 +6,17 @@