Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
robmoffat committed Jan 19, 2024
1 parent 7a7d097 commit 86c5643
Showing 1 changed file with 18 additions and 19 deletions.
37 changes: 18 additions & 19 deletions website/src/theme/BoxOut/styles.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
}

.header {
display: flex;
padding-bottom: 1rem;
align-items: center;
margin: 0.3rem;
border-top-left-radius: 0.9rem;
border-top-right-radius: 0.9rem;
padding: 2rem;
background-color:#1d1d1d;
display: flex;
padding-bottom: 1rem;
align-items: center;
margin: 0.3rem;
border-top-left-radius: 0.9rem;
border-top-right-radius: 0.9rem;
padding: 2rem;
background-color: #1d1d1d;
}


Expand All @@ -32,14 +32,14 @@ html[data-theme='light'] .header {


.footer {
padding-right: 1rem;
padding-bottom: 0.5rem;
padding-right: 1rem;
padding-bottom: 0.5rem;
}

.icon {
width: 5rem;
padding: 0rem;
margin: 0rem;
width: 5rem;
padding: 0rem;
margin: 0rem;
}

.footer p {
Expand All @@ -49,13 +49,12 @@ html[data-theme='light'] .header {
.link {
padding: 1rem;
border-radius: 1rem;
text-decoration: underline;
background-color:#1d1d1d;
text-decoration: underline;
background-color: #1d1d1d;

}

html[data-theme='light'] .link {
background-color: #fdfdfd;
color: black;
}

color: black;
}

0 comments on commit 86c5643

Please sign in to comment.