Fix navbar transparency in light mode and some scss linter issues (#1827)

## Description

Fix navbar transparency in light mode and some scss linter issues

See separate commits for transparency and linter issues

## Does this PR need a docs update or release note?

- [ ]  Yes, it's included
- [ ] 🕐 Yes, but in a later PR
- [x]  No 

## Type of change

<!--- Please check the type of change your PR introduces: --->
- [ ] 🌻 Feature
- [x] 🐛 Bugfix
- [ ] 🗺️ Documentation
- [ ] 🤖 Test
- [ ] 💻 CI/Deployment
- [x] 🐹 Trivial/Minor

## Issue(s)

## Test Plan

<!-- How will this be tested prior to merging.-->
- [x] 💪 Manual
- [ ]  Unit test
- [ ] 💚 E2E
This commit is contained in:
Georgi Matev 2022-12-15 13:32:29 -08:00 committed by GitHub
parent 9279ebbbbe
commit 9d891a32c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -35,6 +35,7 @@ html{
background-image: url("../../static/assets/download_blue.svg"); background-image: url("../../static/assets/download_blue.svg");
transform: rotate(-180deg); transform: rotate(-180deg);
} }
.accordion-button-custom:not(.collapsed) { .accordion-button-custom:not(.collapsed) {
color: #2563eb; color: #2563eb;
background-color: #fff; background-color: #fff;
@ -105,13 +106,10 @@ html{
html[data-theme='dark'] { html[data-theme='dark'] {
--ifm-background-color: #111629; --ifm-background-color: #111629;
--ifm-navbar-background-color: #111629;
--ifm-link-color: #087EA4; --ifm-link-color: #087EA4;
} }
.navbar {
background-color: var(--ifm-background-color);
}
.footer { .footer {
--ifm-footer-background-color: #1b2131; --ifm-footer-background-color: #1b2131;
} }
@ -177,8 +175,6 @@ html[data-theme='dark'] {
width: 55%; width: 55%;
} }
} }
tr th { tr th {
@ -241,6 +237,7 @@ html[data-theme='dark'] {
} }
div[class*="codeBlockContainer"] { div[class*="codeBlockContainer"] {
&, &,
& pre { & pre {
margin-bottom: 0; margin-bottom: 0;