Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
qoomon authored Mar 24, 2023
1 parent 18970a9 commit 6ef091b
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!-- S3 Bucket Explorer Version: 2.0.0 -->
<!-- S3 Bucket Explorer Version: 2.0.1 -->

<!DOCTYPE html>
<html lang="en" style="overflow-y: auto;">
Expand Down Expand Up @@ -643,13 +643,13 @@ <h2 class="subtitle" v-html="config.subtitleHTML"></h2>
color: var(--primary-color) !important;
}
.button.is-text {
padding: 0 !important;
height: auto !important;
text-decoration: none !important;
box-shadow: none !important;
background-color: unset !important;
user-select: text !important;
color: var(--primary-color) !important;
padding: 0;
height: auto;
text-decoration: none;
box-shadow: none;
background-color: unset;
user-select: text;
color: var(--primary-color);
font-weight: 500;
text-align: left;
overflow: hidden;
Expand Down

0 comments on commit 6ef091b

Please sign in to comment.