Skip to content

Commit

Permalink
u
Browse files Browse the repository at this point in the history
  • Loading branch information
hadithmv committed Dec 29, 2024
1 parent d0caf16 commit 2c840a2
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 9 deletions.
4 changes: 2 additions & 2 deletions _layouts/index.html

Large diffs are not rendered by default.

18 changes: 13 additions & 5 deletions books-uc/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3727,17 +3727,22 @@
-->
<style>
.goToButtonContainer {
text-align: center;
display: flex;
flex-wrap: wrap;
/* text-align: center; */
justify-content: center;
/*margin-bottom: -14px;*/
margin-top: -15px;
/* margin-top: -15px; */
gap: 15px;
}
#urlInput {
width: auto;
min-width: 230px;
padding: 5px;
text-indent: 10px;
border: 1px solid #ccc;
border-radius: 4px;
font-size: 20px;
font-size: 19px;
outline: none;
transition: border-color 0.3s;
background-color: #ffffff;
Expand All @@ -3754,19 +3759,22 @@
border-radius: 4px;
background-color: #136296;
color: white;
font-size: 20px;
font-size: 19px;
cursor: pointer;
transition: background-color 0.3s;
/* font-size: 90%; */
font-family: inherit;
margin-right: 5px;
/* margin-right: 5px; */
}
.goToButton:hover {
background-color: #0f4c75;
}
#urlInput::placeholder {
color: var(--placeholder-color, #757575);
}
#urlInput:placeholder-shown {
text-overflow: ellipsis;
}
@media (prefers-color-scheme: dark) {
#urlInput {
color: #c5cfd6;
Expand Down
4 changes: 2 additions & 2 deletions books/index.html

Large diffs are not rendered by default.

0 comments on commit 2c840a2

Please sign in to comment.