diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/index.html | 21 | ||||
-rw-r--r-- | docs/style.css | 4 |
2 files changed, 2 insertions, 23 deletions
diff --git a/docs/index.html b/docs/index.html index ae151e7..03d7d8d 100644 --- a/docs/index.html +++ b/docs/index.html | |||
@@ -27,27 +27,6 @@ function showPost(id) { | |||
27 | 27 | ||
28 | <div class="post"> | 28 | <div class="post"> |
29 | <div class="date">30/07 2019</div> | 29 | <div class="date">30/07 2019</div> |
30 | <a href="#another_post_to_test_date.md" class="post-link" onClick="showPost('another_post_to_test_date.md')">Another Post To Test Date</a> | ||
31 | <div id="another_post_to_test_date.md" class="post-text" style="display: none"> | ||
32 | <p>this posts tests chronological arrangement of items</p> | ||
33 | <a href="#another_post_to_test_date.md" class="post-end-link" onClick="showPost('another_post_to_test_date.md')">↑ Collapse</a> | ||
34 | <div class=separator></div> | ||
35 | </div> | ||
36 | </div> | ||
37 | |||
38 | <div class="post"> | ||
39 | <div class="date">30/07 2019</div> | ||
40 | <a href="#z_is_the_latest_post.md" class="post-link" onClick="showPost('z_is_the_latest_post.md')">Z Is The Latest Post</a> | ||
41 | <div id="z_is_the_latest_post.md" class="post-text" style="display: none"> | ||
42 | <p>this is the latest post, | ||
43 | hope it shows up at the top</p> | ||
44 | <a href="#z_is_the_latest_post.md" class="post-end-link" onClick="showPost('z_is_the_latest_post.md')">↑ Collapse</a> | ||
45 | <div class=separator></div> | ||
46 | </div> | ||
47 | </div> | ||
48 | |||
49 | <div class="post"> | ||
50 | <div class="date">30/07 2019</div> | ||
51 | <a href="#get_better_at_yanking_and_putting_in_vim.md" class="post-link" onClick="showPost('get_better_at_yanking_and_putting_in_vim.md')">Get Better At Yanking And Putting In Vim</a> | 30 | <a href="#get_better_at_yanking_and_putting_in_vim.md" class="post-link" onClick="showPost('get_better_at_yanking_and_putting_in_vim.md')">Get Better At Yanking And Putting In Vim</a> |
52 | <div id="get_better_at_yanking_and_putting_in_vim.md" class="post-text" style="display: none"> | 31 | <div id="get_better_at_yanking_and_putting_in_vim.md" class="post-text" style="display: none"> |
53 | <ol> | 32 | <ol> |
diff --git a/docs/style.css b/docs/style.css index 9288824..a545dc9 100644 --- a/docs/style.css +++ b/docs/style.css | |||
@@ -1,6 +1,6 @@ | |||
1 | :root { | 1 | :root { |
2 | --cyan: #00FECA; | 2 | --cyan: #59d8a6; |
3 | --pink: #FF2079; | 3 | --pink: #e61d91; |
4 | --black: #212121; | 4 | --black: #212121; |
5 | --light-black: #535353; | 5 | --light-black: #535353; |
6 | --white: #ffffff; | 6 | --white: #ffffff; |