Skip to content

Commit

Permalink
remove nested CSS to fix build process warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
fharper committed Oct 22, 2024
1 parent a6d2998 commit a630f14
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions src/css/custom.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,700&display=swap");

/* Docusaurus CSS minification process don't support nested CSS https://github.com/facebook/docusaurus/issues/10334 */

.clean-btn {
color: rgb(148 163 184) !important;
}
Expand Down Expand Up @@ -172,17 +174,16 @@ div[class*="announcementBar"] {
font-size: 1.1em;
font-weight: bold;
padding: 0.25em;
}

img {
margin-right: 10px;
vertical-align: middle;
}

code {
padding: 5px;
font-weight: normal;
}
div[class*="announcementBar"] img {
margin-right: 10px;
vertical-align: middle;
}

div[class*="announcementBar"] code {
padding: 5px;
font-weight: normal;
}

button[class*="announcementBar"] svg g {
Expand Down

0 comments on commit a630f14

Please sign in to comment.