Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
GiulioRossetti authored Jan 30, 2020
1 parent 1a54ecd commit a8ba1d4
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions docs/_static/css/custom.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
/* Use white for logo background. */
.wy-side-nav-search {
background-color: #fff;
}

.wy-side-nav-search > div.version {
color: #000;
}

/* Justify the text. */

.section #basic-2-flip-flop-synchronizer{
text-align:justify;
}

.wy-side-nav-search>a img.logo, .wy-side-nav-search .wy-dropdown>a img.logo{
max-width: 75%;
}

.wy-side-nav-search>a, .wy-side-nav-search .wy-dropdown>a {
color: #209a8b;
}

0 comments on commit a8ba1d4

Please sign in to comment.