Skip to content
This repository has been archived by the owner on Jul 16, 2023. It is now read-only.

Commit

Permalink
Adjusted doc stylesheets for a responsive experience
Browse files Browse the repository at this point in the history
  • Loading branch information
rjdbcm committed Aug 21, 2021
1 parent fbc2fe6 commit d913dd4
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/_static/css/dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -1232,7 +1232,7 @@
}

.wy-side-nav-search input[type="text"] {
border-color: rgb(35, 111, 160);
border-color: #181a1b;
}

.wy-side-nav-search img {
Expand Down
22 changes: 22 additions & 0 deletions docs/_static/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,28 @@ a img.logo {
pointer-events: none;
}

.wy-side-nav-search input[type=text] {
width:90%;
border-radius:20px;
padding:6px 12px;
border-color:#181a1b
}

.wy-side-nav-search {
text-align: -moz-center;
}

#rtd-search-form:hover {
border: 1.5px solid #b2aba1;
}

#rtd-search-form {
width: 80% !important;
border-radius: 20px;
background-color: #181a1b;
background-radius : 20px;
}

.toggle .header {
display: inline;
cursor: pointer;
Expand Down

0 comments on commit d913dd4

Please sign in to comment.