aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNerdyPepper <[email protected]>2019-07-30 13:35:24 +0100
committerNerdyPepper <[email protected]>2019-07-30 13:35:24 +0100
commit906b9b3b6c73b5b24938a252c05a8943c7266b90 (patch)
treee6375ed207b85c42acb872e1871d6549a06d28a5
parent489d191f646c1c0ca1d3cb43d59d30d8bd0ea9a3 (diff)
upd8
-rw-r--r--docs/index.html21
-rw-r--r--docs/style.css4
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,
43hope 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;