Skip to content

Commit

Permalink
added back to top button to the monsters page.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmhimara committed Oct 16, 2024
1 parent e2e6a83 commit f672fe0
Show file tree
Hide file tree
Showing 5 changed files with 1,266 additions and 381 deletions.
19 changes: 19 additions & 0 deletions custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,23 @@ thead {

.btn.btn-quarto, div.cell-output-display .btn-quarto {
color:#ccc
}

.top-button {
font-size: 15px;
border: none;
outline: none;
background-color: rgb(240,236,236);
color: rgb(135, 129, 221);
cursor: pointer;
padding: 15px;
border-radius: 4px;
text-decoration: none;
}
.top-button:hover {
background-color: rgb(189, 166, 166);
}

.monster {
width: 100%;
}
19 changes: 19 additions & 0 deletions docs/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,23 @@ thead {

.btn.btn-quarto, div.cell-output-display .btn-quarto {
color:#ccc
}

.top-button {
font-size: 15px;
border: none;
outline: none;
background-color: rgb(240,236,236);
color: rgb(135, 129, 221);
cursor: pointer;
padding: 15px;
border-radius: 4px;
text-decoration: none;
}
.top-button:hover {
background-color: rgb(189, 166, 166);
}

.monster {
width: 100%;
}
Loading

0 comments on commit f672fe0

Please sign in to comment.