Skip to content

Commit

Permalink
Minor style tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
rowanhogan committed Apr 2, 2023
1 parent 6aacf73 commit f18f069
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
3 changes: 3 additions & 0 deletions src/styles/_home.scss
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,8 @@
}
}

#mp-left,
#mp-right,
#mp-upper,
#mp-lower,
#mp-upper td,
Expand All @@ -136,6 +138,7 @@
#mp-otd,
#mp-other-lower,
#mp-middle,
#mp-bottom,
.itn-special {
display: block;
background: none;
Expand Down
2 changes: 1 addition & 1 deletion src/styles/_page.scss
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ $sidebar-width: 20rem;
}
}

.quotebox {
.quotebox, .side-box, .portal-bar {
width: auto !important;
max-width: 26rem;
margin-left: auto !important;
Expand Down
9 changes: 9 additions & 0 deletions src/styles/_typography.scss
Original file line number Diff line number Diff line change
Expand Up @@ -95,3 +95,12 @@ table {
border-spacing: 0;
border-collapse: collapse;
}

[style*="color:initial"],
[style*="color: initial"] {
color: inherit !important;
}

[style*="border"] {
border-color: inherit !important;
}

0 comments on commit f18f069

Please sign in to comment.