Skip to content

Commit

Permalink
Merge pull request #3 from donjetr/Features-New
Browse files Browse the repository at this point in the history
as
  • Loading branch information
donjetr authored May 30, 2024
2 parents 751bc51 + 03dbd62 commit 6bfe661
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
Binary file added .DS_Store
Binary file not shown.
File renamed without changes.
Binary file added assets/.DS_Store
Binary file not shown.
11 changes: 6 additions & 5 deletions assets/css/theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@

// start content

$green: #08a057 !default;
$green: #08a057;
$blue: #3d61fd !default;


@import 'bootstrap/bootstrap';

@import url('https://fonts.googleapis.com/css2?family=PT+Sans:wght@400;700&display=swap');
Expand Down Expand Up @@ -265,17 +266,17 @@ span.post-name,span.post-date,span.author-meta {
}

span.post-read-more a {
color:rgba(0,0,0,.44);
align-items: center;
display: inline-block;
color: rgba(0, 0, 0, .44);
align-items: center;
float: right;
width: 30px;
width: 30px;
height: 30px;
line-height: 30px;
text-align: center;
border: 1px solid #d0d0d0;
border-radius: 50%;
}

span.post-name a,span.post-read-more a:hover {
color:rgba(0,0,0,.8);
}
Expand Down
File renamed without changes.

0 comments on commit 6bfe661

Please sign in to comment.