Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Style updates - B/W color scheme and logo update #233

Merged
merged 2 commits into from Aug 24, 2019
Merged
Changes from 1 commit
Commits
File filter...
Filter file types
Jump to…
Jump to file or symbol
Failed to load files and symbols.

Always

Just for now

Next

Style updates - B/W color scheme and logo update

  • Loading branch information
taslan committed Aug 24, 2019
commit b1ef2dd42866905a5bab5235db00a863c70c68ce
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -118,7 +118,7 @@ export default {
max-width: 35rem;
font-size: 15px;
line-height: 1.5;
color: #404040;
color: #4A4A4A;
}
.action-button {
@@ -182,13 +182,13 @@ export default {
font-weight: 500;
border-bottom: none;
padding-bottom: 0;
color: #404040;
color: #4A4A4A;
}
p {
margin-top: 5px;
margin-bottom 0;
color: #404040;
color: #4A4A4A;
line-height: 1.2;
font-weight: 400;
@@ -126,7 +126,7 @@ $narrowSearchBoxPaddingLeft = $mobileSidebarWidth + 2rem;
width : $sidebarWidth;
padding: $navbar-vertical-padding 0;
background-color #f5f6f7;
background-color #f9f9f9;
}
@@ -264,11 +264,11 @@ function find(page, items, offset) {
padding-top: 15px;
padding-left: 14px;
padding-right: 10px;
border-radius: 4px;
opacity: 0.5;
box-shadow: 0px 5px 15px 0 rgba(0, 0, 0, 0.07);
border: solid 1px #ededed;
background-color: #ffffff;
// border-radius: 4px;
opacity: 0.7;
// box-shadow: 0px 5px 15px 0 rgba(0, 0, 0, 0.07);
// border: solid 1px #ededed;
// background-color: #ffffff;
padding-left: 20px;
padding-right: 20px;
padding-top: 33px;
@@ -289,7 +289,7 @@ function find(page, items, offset) {
line-height: 1.19;
letter-spacing: normal;
text-align: left;
color: #404040;
color: #4A4A4A;
@media (max-width: $MQMobile) {
font-size: 15px;
@@ -57,7 +57,7 @@ export default {
&.open, &:hover {
// color: inherit;
color: #0bd080;
color: #000000;
font-weight: bold;
}
@@ -1,6 +1,6 @@
// colors
$accentColor = #0bd080
$textColor = #404040
$accentColor = #000000
$textColor = #4A4A4A
$paragraphColor = #9e9e9e
$borderColor = #eaecef
$codeBgColor = #282c34
@@ -57,7 +57,7 @@ body
box-sizing border-box
// border-right 1px solid $borderColor
overflow-y auto
background-color #f5f6f7
background-color #f9f9f9

.content:not(.custom)
@extend $wrapper
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.