Skip to content

Commit

Permalink
Update style
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Apr 16, 2016
1 parent 3537a58 commit 325c132
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 26 deletions.
26 changes: 13 additions & 13 deletions docs/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ html .markdown-body {

html .markdown-body a {
font-weight: bold;
color: #1abc9c /*accent*/;
color: #880000 /*accent*/;
}

/*
Expand Down Expand Up @@ -96,13 +96,13 @@ html .markdown-body h2 {
font-family: source sans pro, sans-serif;
font-weight: 300;
font-size: 2em;
color: #25a /*accent2*/;
color: #B9AB61 /*accent2*/;
}

html .markdown-body h1 {
font-family: source sans pro, sans-serif;
font-weight: 300;
color: #25a /*accent2*/;
color: #B9AB61 /*accent2*/;
margin-bottom: .6em;
padding-bottom: .6em;
border-bottom: solid 1px #eee;
Expand All @@ -127,7 +127,7 @@ html .markdown-body h4 {
font-size: 5em;
font-family: source sans pro, sans-serif;
font-weight: 200;
color: #25a /*accent2*/;
color: #B9AB61 /*accent2*/;
line-height: 1.2;
}

Expand Down Expand Up @@ -185,16 +185,16 @@ html a[href='http://git.io/col'] img {
*/

html #nprogress .bar {
background: #1abc9c /*accent*/;
background: #880000 /*accent*/;
}

html #nprogress .peg {
box-shadow: 0 0 10px #1abc9c /*accent*/, 0 0 5px #1abc9c /*accent*/;
box-shadow: 0 0 10px #880000 /*accent*/, 0 0 5px #880000 /*accent*/;
}

html #nprogress .spinner-icon {
border-top-color: #1abc9c /*accent*/;
border-left-color: #1abc9c /*accent*/;
border-top-color: #880000 /*accent*/;
border-left-color: #880000 /*accent*/;
}

html .header-nav .iconlink:hover,
Expand All @@ -203,7 +203,7 @@ html .footer-nav .left a:hover:before,
html .footer-nav .right a:hover:after,
html .footer-nav a:hover .title,
html .menu-toggle .hover {
color: #1abc9c /*accent*/;
color: #880000 /*accent*/;
}

html .toc-menu .link,
Expand All @@ -213,7 +213,7 @@ html .toc-menu .hlink {

html .toc-menu .link.-active,
html .toc-menu .hlink.-active {
box-shadow: inset -2px 0 #1abc9c /*accent*/;
box-shadow: inset -2px 0 #880000 /*accent*/;
}

/*
Expand Down Expand Up @@ -245,12 +245,12 @@ html .markdown-body .pull-box:before {
font-weight: 400;
/* @include ion-icon('ios-checkmark-outline', 32px); */
vertical-align: middle;
color: #1abc9c /*accent*/;
color: #880000 /*accent*/;
margin-right: 16px;
}

html .markdown-body .pull-box a {
border: solid 1px #1abc9c /*accent*/;
border: solid 1px #880000 /*accent*/;
border-radius: 4px;
padding: 5px 12px;
text-transform: uppercase;
Expand All @@ -261,7 +261,7 @@ html .markdown-body .pull-box a {

html .markdown-body .pull-box a:hover {
text-decoration: none;
background: #1abc9c /*accent*/;
background: #880000 /*accent*/;
color: white;
}

Expand Down
14 changes: 1 addition & 13 deletions docs/style.css
Original file line number Diff line number Diff line change
@@ -1,19 +1,7 @@
html .markdown-body a {
color: #880000;
}

#osom,
html .toc-menu .link.-active,
html .toc-menu .hlink.-active,
html .markdown-body h2,
html .markdown-body h1 {
.toc-menu .-level-1:first-child > .title {
color: #B9AB61;
}

html .toc-menu .link.-active, html .toc-menu .hlink.-active{
box-shadow: inset -2px 0 #B9AB61;
}

.font-large {
font-size: x-large;
}

0 comments on commit 325c132

Please sign in to comment.