[29/04/23] sorting colours, needed to be strings in the data yml
This commit is contained in:
parent
ae1b930d77
commit
f8e1f5c38d
10 changed files with 48 additions and 48 deletions
|
@ -16,15 +16,15 @@
|
|||
|
||||
|
||||
code {
|
||||
color: ;
|
||||
color: #4d8;
|
||||
}
|
||||
|
||||
pre {
|
||||
color:
|
||||
color: #4d8
|
||||
}
|
||||
|
||||
::selection {
|
||||
background-color: ;
|
||||
background-color: #4d8;
|
||||
color: black
|
||||
}
|
||||
</style>
|
||||
|
@ -37,7 +37,7 @@
|
|||
|
||||
<h1 class="display-3" style="font-weight:700;position:sticky;top:0;backdrop-filter:blur(10px);z-index:1000;">
|
||||
|
||||
<span style="color:black;background-color:;">ac</span>
|
||||
<span style="color:black;background-color:#4d8;">ac</span>
|
||||
|
||||
</h1>
|
||||
<div class="row row-cols-1 row-cols-md-2">
|
||||
|
@ -113,7 +113,7 @@
|
|||
|
||||
<p style="font-family:Rubik;font-weight:500;">
|
||||
<i class="fas fa-calendar"></i> 10 Mar 2023 |
|
||||
<span style="background-color:;color:black;"> <a class="text-decoration-none" style="color:black" href="/blog/category/thoughts"><i class="fas fa-folder"></i> thoughts</a> </span>
|
||||
<span style="background-color:#4d8;color:black;"> <a class="text-decoration-none" style="color:black" href="/blog/category/thoughts"><i class="fas fa-folder"></i> thoughts</a> </span>
|
||||
|
|
||||
<i class="fas fa-tag"></i>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue