Skip to content

Commit

Permalink
deploy: 6b676ad
Browse files Browse the repository at this point in the history
  • Loading branch information
moiSentineL committed Feb 15, 2024
1 parent 20827af commit 3511e9f
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 16 deletions.
10 changes: 5 additions & 5 deletions blog/t/all/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -67,27 +67,27 @@ <h2>#all</h2>


<li class="post">
<a href="/blog/t/all/" class="archive">Posts tagged {{ tag }}</a> <time datetime="Wed Feb 14 2024 18:45:58 GMT+0000 (Coordinated Universal Time)" style="color: #909090">Feb 14, 2024</time>
<a href="/blog/t/all/" class="archive">Posts tagged {{ tag }}</a> <time datetime="Thu Feb 15 2024 10:32:42 GMT+0000 (Coordinated Universal Time)" style="color: #909090">Feb 15, 2024</time>
<br>
<span></span>
</li>
<li class="post">
<a href="/" class="archive"></a> <time datetime="Wed Feb 14 2024 18:45:58 GMT+0000 (Coordinated Universal Time)" style="color: #909090">Feb 14, 2024</time>
<a href="/" class="archive"></a> <time datetime="Thu Feb 15 2024 10:32:42 GMT+0000 (Coordinated Universal Time)" style="color: #909090">Feb 15, 2024</time>
<br>
<span></span>
</li>
<li class="post">
<a href="/blog/" class="archive">Nibir&#39;s Brain Dump</a> <time datetime="Wed Feb 14 2024 18:45:58 GMT+0000 (Coordinated Universal Time)" style="color: #909090">Feb 14, 2024</time>
<a href="/blog/" class="archive">Nibir&#39;s Brain Dump</a> <time datetime="Thu Feb 15 2024 10:32:42 GMT+0000 (Coordinated Universal Time)" style="color: #909090">Feb 15, 2024</time>
<br>
<span></span>
</li>
<li class="post">
<a href="/blog/archive/" class="archive">Blog Archive</a> <time datetime="Wed Feb 14 2024 18:45:58 GMT+0000 (Coordinated Universal Time)" style="color: #909090">Feb 14, 2024</time>
<a href="/blog/archive/" class="archive">Blog Archive</a> <time datetime="Thu Feb 15 2024 10:32:42 GMT+0000 (Coordinated Universal Time)" style="color: #909090">Feb 15, 2024</time>
<br>
<span></span>
</li>
<li class="post">
<a href="/404.html" class="archive">Oops! Not Found</a> <time datetime="Wed Feb 14 2024 18:45:58 GMT+0000 (Coordinated Universal Time)" style="color: #909090">Feb 14, 2024</time>
<a href="/404.html" class="archive">Oops! Not Found</a> <time datetime="Thu Feb 15 2024 10:32:42 GMT+0000 (Coordinated Universal Time)" style="color: #909090">Feb 15, 2024</time>
<br>
<span></span>
</li>
Expand Down
29 changes: 18 additions & 11 deletions css/css.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,11 @@
}

:root {
--check: #1e90ff;
--check2: #ffffff;
--pale-azure: #70d6ffff;
--cyclamen: #ff70a6ff;
--atomic-tangerine: #ff9770ff;
--naples-yellow: #ffd670ff;
--mindaro: #e9ff70ff;
}

html {
Expand Down Expand Up @@ -175,39 +178,43 @@ tag{
}

tag #life {
text-decoration-color: #553E4E;
text-decoration-color: var(--naples-yellow);
}

tag #literature {
text-decoration-color: #E9AFA3;
text-decoration-color: var(--pale-azure);
}

tag #philosophy {
text-decoration-color: #297373;
text-decoration-color: var(--atomic-tangerine);
}

tag #technical {
text-decoration-color: #A1CCA5;
text-decoration-color: var(--mindaro);
}

tag #musings {
text-decoration-color: #AEC5EB;
text-decoration-color: var(--cyclamen);
}

tag #debugging {
text-decoration-color: #52489C;
text-decoration-color: var(--naples-yellow);
}

tag #essay {
text-decoration-color: #2C4251;
text-decoration-color: var(--pale-azure);
}

tag #rationality {
text-decoration-color: #A9FBC3;
text-decoration-color: var(--mindaro);
}

tag #people {
text-decoration-color: #5C7457;
text-decoration-color: var(--atomic-tangerine);
}

tag #gg {
text-decoration-color: var(--cyclamen);
}

a:hover {
Expand Down

0 comments on commit 3511e9f

Please sign in to comment.