Skip to content
This repository has been archived by the owner on Nov 29, 2024. It is now read-only.

Commit

Permalink
clean
Browse files Browse the repository at this point in the history
  • Loading branch information
BaseMax committed Sep 12, 2024
1 parent 210e66c commit 9bbc4a9
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions style/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -194,16 +194,16 @@ button:hover {
color: white;
}

.see_btn{
display: inline-flex;
justify-content: center;
align-items: center;
min-width: 222px;
min-height: 40px;
border-radius: 10px;
background-color: #4000ff;
color: white;
text-decoration: none;
.see_btn {
display: inline-flex;
justify-content: center;
align-items: center;
min-width: 222px;
min-height: 40px;
border-radius: 10px;
background-color: #4000ff;
color: white;
text-decoration: none;
}

.iframe {
Expand Down Expand Up @@ -457,15 +457,15 @@ html.dark .setting_modal {
border: 0;
}

html.dark .setting_modal h1{
html.dark .setting_modal h1 {
color: white
}

html.dark .setting_modal span{
html.dark .setting_modal span {
color: white
}

html.dark .overlay{
html.dark .overlay {
background-color: rgba(0, 0, 0, 0.521);
}

Expand Down

0 comments on commit 9bbc4a9

Please sign in to comment.