Skip to content

Commit

Permalink
fix style issue with toggle
Browse files Browse the repository at this point in the history
  • Loading branch information
burnpiro committed Nov 24, 2023
1 parent a68afdd commit eb01c84
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/modeToggle.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
.theme-button-container {
position: fixed;
top: 12px;
background-color: rgba(196, 196, 196, 0.49);
border-radius: 50px;


.theme-button {
Expand Down
3 changes: 3 additions & 0 deletions src/components/technology-list/techList.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
justify-self: stretch;
align-self: stretch;
width: 100%;
z-index: 1000000;
background-color: rgba(0, 0, 0, 0.4);
border-radius: 24px;
}
Expand All @@ -29,4 +30,6 @@
margin-top: 16px;
margin-bottom: 8px;
font-size: 24px;
word-break: keep-all;
white-space: nowrap;
}

0 comments on commit eb01c84

Please sign in to comment.