Skip to content

Commit a8ba1d4

Browse files
Add files via upload
1 parent 1a54ecd commit a8ba1d4

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

docs/_static/css/custom.css

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
/* Use white for logo background. */
2+
.wy-side-nav-search {
3+
background-color: #fff;
4+
}
5+
6+
.wy-side-nav-search > div.version {
7+
color: #000;
8+
}
9+
10+
/* Justify the text. */
11+
12+
.section #basic-2-flip-flop-synchronizer{
13+
text-align:justify;
14+
}
15+
16+
.wy-side-nav-search>a img.logo, .wy-side-nav-search .wy-dropdown>a img.logo{
17+
max-width: 75%;
18+
}
19+
20+
.wy-side-nav-search>a, .wy-side-nav-search .wy-dropdown>a {
21+
color: #209a8b;
22+
}

0 commit comments

Comments
 (0)