Skip to content

Commit

Permalink
Merge pull request #17 from hellof2e/feature/home-ui4.10
Browse files Browse the repository at this point in the history
Change the night mode bottom bar style
  • Loading branch information
xsf0105 authored Apr 19, 2024
2 parents b62bd2e + ee5d82f commit 9a14105
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions src/assets/styles/theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,7 @@ html.dark {
}
.main-footer {
background-color: #1e1e20;
border-top: 1px solid #28282c;
p {
color: rgba(235, 235, 245, .5);
}
Expand Down
2 changes: 0 additions & 2 deletions src/views/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,6 @@
padding: 1rem 1.25rem;
border-radius: 100px;
font-size: 16px;

&:hover {
border-color: #92a0b3;
}
Expand Down Expand Up @@ -251,7 +250,6 @@

.box-link {
padding-top: 14px;

.box-link-text {
display: flex;
align-items: center;
Expand Down

0 comments on commit 9a14105

Please sign in to comment.