Skip to content
This repository has been archived by the owner on Feb 18, 2020. It is now read-only.

Commit

Permalink
Improve css style
Browse files Browse the repository at this point in the history
  • Loading branch information
anxolin committed Jul 10, 2018
1 parent a46c54a commit 40eb7a4
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 4 deletions.
21 changes: 18 additions & 3 deletions source/_templates/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,28 @@
<style>
/* Sidebar header (and topbar for mobile) */
.wy-side-nav-search, .wy-nav-top {
background: #549ddc;
/* background: #549ddc; */
background: #1a4977;
padding: .8em .8em 1.2em .8em;
}

.wy-side-nav-search>a img.logo {
max-width: 175px;
}

.wy-side-nav-search>div.version {
text-transform: uppercase;
font-size: 0.8em;
letter-spacing: 1px;
}

.wy-side-nav-search input[type=text] {
border: 0;
}

/* Sidebar */
.wy-nav-side {
background: #f3f3f4;

background: #f3f3f4;
}

.wy-nav-side a {
Expand Down
2 changes: 1 addition & 1 deletion source/dev-first-steps.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ project.
* Some scripts

So Just follow the steps and create your `cool-app` out of this example:
[https://github.com/gnosis/dx-example-build-on-top-of-dutchx/tree/master/example_01_build-of-top-of-dx](https://github.com/gnosis/dx-example-build-on-top-of-dutchx/tree/master/example_01_build-of-top-of-dx)
[https://github.com/gnosis/dx-example-build-on-top-of-dutchx/tree/master/01_build-of-top-of-dx](https://github.com/gnosis/dx-example-build-on-top-of-dutchx/tree/master/01_build-of-top-of-dx)

## Create your own migrations - Add your own token pair
After you have your `cool-app` as a truffle project that in it's first migration
Expand Down

0 comments on commit 40eb7a4

Please sign in to comment.