Skip to content

Commit

Permalink
Updated css
Browse files Browse the repository at this point in the history
  • Loading branch information
david-broman committed Mar 9, 2024
1 parent 948e5ea commit 3d63f9a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/components/HomepageFeatures.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,7 @@
height: 200px;
width: 200px;
}

.hidden {
display: none !important;
}
5 changes: 5 additions & 0 deletions src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@ html[data-theme='dark'] {
--ifm-color-primary-lightest: #a6a6a6;
}

.hidden {
display: none !important;
}


.docusaurus-highlight-code-line {
background-color: rgba(0, 0, 0, 0.1);
display: block;
Expand Down
1 change: 1 addition & 0 deletions src/pages/index.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
Use the following line in your .md file, if you don't want to see it in the menu
sidebar_class_name: hidden
*/

.hidden {
display: none !important;
}
Expand Down

0 comments on commit 3d63f9a

Please sign in to comment.