Skip to content

Commit

Permalink
edit variable
Browse files Browse the repository at this point in the history
  • Loading branch information
weru committed Jul 7, 2019
1 parent f10cfa5 commit 8f06c0a
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 14 deletions.
10 changes: 5 additions & 5 deletions assets/_comments.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
margin:$padding 0;
font-size: 1rem !important;
padding: $padding $padding*1.5 !important;
border:1px solid $primary-color;
border:1px solid $theme;
-webkit-appearance: none;
border-radius:25px;
outline: none;
Expand All @@ -31,7 +31,7 @@
border-radius: 15px;
}
&-submit{
background-color: $primary-color;
background-color: $theme;
color:$light;
font-size:1.25rem;
cursor: pointer;
Expand All @@ -40,7 +40,7 @@
border:none;
}
&:hover{
background-color: lighten($primary-color, 5%);
background-color: lighten($theme, 5%);
}
}
}
Expand All @@ -49,7 +49,7 @@
}
&_toggle{
@include shadow(.02);
background-color: $primary-color;
background-color: $theme;
margin-top: 1.5rem;
color:$light;
display: inline-block;
Expand Down Expand Up @@ -132,7 +132,7 @@
z-index: 9999;
&_close{
margin: 25px 0;
background-color: $primary-color;
background-color: $theme;
color:$light;
border: 0;
outline: 0;
Expand Down
4 changes: 2 additions & 2 deletions assets/_components.scss
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ aside h3{
color: #1da1f2;
}
span.right {
color: $primary-color;
color: $theme;
}
section p{
text-align:left;
Expand All @@ -112,7 +112,7 @@ section p{
}
.point{
margin-right:15px;
color:$primary-color;
color:$theme;
}
.wrap{
padding:30px 40px 50px 40px;
Expand Down
2 changes: 1 addition & 1 deletion assets/_footer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
font-size: 1.05rem;
min-height:75px;
a {
color: $hover;
color: $theme;
opacity: 0.8;
transition: opacity 0.3s ease-in-out;
&:hover {
Expand Down
2 changes: 1 addition & 1 deletion assets/_nav.scss
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
color:$dark;
transition:color 0.25s ease-in-out;
&:hover{
color: $primary-color;
color: $theme;
}
}
}
Expand Down
8 changes: 4 additions & 4 deletions assets/_posts.scss
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
}
}
a{
color: $hover;
color: $theme;
padding-bottom:7.5px;
&:hover {
text-decoration: underline;
Expand Down Expand Up @@ -101,7 +101,7 @@
font-weight: 500;
a {
&:hover {
color: $hover;
color: $theme;
text-decoration: underline;
opacity: 0.9;
}
Expand All @@ -110,7 +110,7 @@
&_tag {
font-size: 0.84rem;
font-weight: 300;
color: $hover;
color: $theme;
text-transform: uppercase;
}
&_title{
Expand All @@ -133,7 +133,7 @@
display: inline-flex;
margin-left: 5px;
margin-right: 5px;
background: $primary-color;
background: $theme;
color: $light;
border-radius: 50%;
margin-bottom: 30px;
Expand Down
2 changes: 1 addition & 1 deletion assets/_subscribe.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
padding: 5px 20px;
font-size: 1.15rem;
border-radius: 30px;
border: 1px solid $primary-color;
border: 1px solid $theme;
outline: none;
transition: all 0.3s ease-out;
&:focus{
Expand Down

0 comments on commit 8f06c0a

Please sign in to comment.