Skip to content

Commit

Permalink
Merge pull request #1272 from matks/rebranding-2024-fixes
Browse files Browse the repository at this point in the history
Some branding color fixes
  • Loading branch information
matks authored Dec 29, 2023
2 parents 0b89577 + ba8760d commit 9cc84f6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions themes/build/assets/_sass/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ ul.post-list {
.post-divider {
height: 0px;
margin: $spacing-unit 0 100px 0;
border-top: 1px solid $grey-color-light;
border-top: 1px solid #000000;
}
.list-post-meta {
color: $grey-color;
Expand Down Expand Up @@ -789,7 +789,7 @@ footer.site-footer {

.read-more {
font-size: 15px;
text-align: right;
text-align: center;
display: block;
margin-right: 0;
margin-left: auto;
Expand Down
2 changes: 1 addition & 1 deletion themes/build/assets/_sass/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ $base-line-height: 1.5;

$spacing-unit: 30px;

$text-color: #363a41;
$text-color: #000000;
$white-text-color: #f9f9f9;
$background-color: #ffffff;
$dark-background-color: #333333;
Expand Down

0 comments on commit 9cc84f6

Please sign in to comment.