Skip to content

Commit

Permalink
修复按钮
Browse files Browse the repository at this point in the history
给按钮增加描边,并修复按钮文字有时看不见的问题。
  • Loading branch information
obscurefreeman committed Mar 13, 2024
1 parent dbc552f commit 822da54
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions blackout.css
Original file line number Diff line number Diff line change
Expand Up @@ -903,15 +903,19 @@ footer {
margin-bottom: 12px;
margin-left: 2px;
background-color: var(--of-darkest-color);
border: none;
border: 1px solid #383838;
border-radius: 0.3rem;
padding: 1rem;
transition: background 0.2s, color 0.2s, box-shadow 0.2s;
}

.long-btn:hover {
background-color: var(--other-main-color);
color: white !important ;
color: black !important ;
}

#m-import-local:hover .preference-item-hint {
color: black !important ;
}

.megamenu-menu-panel input[type='text'] {
Expand Down

0 comments on commit 822da54

Please sign in to comment.