diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 000000000..10d98e96b Binary files /dev/null and b/.DS_Store differ diff --git a/about.markdown b/about_old.markdown similarity index 100% rename from about.markdown rename to about_old.markdown diff --git a/assets/.DS_Store b/assets/.DS_Store new file mode 100644 index 000000000..820752d25 Binary files /dev/null and b/assets/.DS_Store differ diff --git a/assets/css/theme.scss b/assets/css/theme.scss index dced7b761..24cff5668 100644 --- a/assets/css/theme.scss +++ b/assets/css/theme.scss @@ -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'); @@ -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); } diff --git a/index.markdown b/index_old.markdown similarity index 100% rename from index.markdown rename to index_old.markdown