Skip to content

Commit

Permalink
mute redundant background-color definition and reorder nested declara…
Browse files Browse the repository at this point in the history
…tions
  • Loading branch information
sserrata committed Sep 28, 2024
1 parent 64d4302 commit 488668e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions websites/pan-dev/src/pages/swfw.scss
Original file line number Diff line number Diff line change
Expand Up @@ -172,15 +172,17 @@ html[data-theme="dark"] {

.cloud-card {
max-width: 364px;
// was previous overidden by second background-color definition
// background-color: var(--ifm-color-emphasis-0);
background-color: rgba(255, 255, 255, 0.8);

@media (min-width: $md) {
max-width: 100%;
}
background-color: var(--ifm-color-emphasis-0);

&__inner-content {
color: var(--ifm-color-text);
}
background-color: rgba(255, 255, 255, 0.8);
}
}

Expand Down

0 comments on commit 488668e

Please sign in to comment.