[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: #36b;
|
||||
}
|
||||
|
||||
pre {
|
||||
color:
|
||||
color: #36b
|
||||
}
|
||||
|
||||
::selection {
|
||||
background-color: ;
|
||||
background-color: #36b;
|
||||
color: white
|
||||
}
|
||||
</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:white;background-color:;">ac</span>
|
||||
<span style="color:white;background-color:#36b;">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> 29 Apr 2023 |
|
||||
<span style="background-color:;color:white;"> <a class="text-decoration-none" style="color:white" href="/blog/category/links"><i class="fas fa-folder"></i> links</a> </span>
|
||||
<span style="background-color:#36b;color:white;"> <a class="text-decoration-none" style="color:white" href="/blog/category/links"><i class="fas fa-folder"></i> links</a> </span>
|
||||
|
|
||||
<i class="fas fa-tag"></i>
|
||||
|
||||
|
@ -137,7 +137,7 @@
|
|||
|
||||
<p><em>This is a perverse, even surreal take on copyright. The court rejects Linkletter’s argument that even Youtube’s terms of service warned Proctorio that publishing world-viewable material on its site constituted permission for people to link to and watch that material.”</em></p>
|
||||
|
||||
<p>Via: https://pluralistic.net/2023/04/20/links-arent-performances/#free-ian-linkletter</p>
|
||||
<p>Via: <a href="https://pluralistic.net/2023/04/20/links-arent-performances/#free-ian-linkletter]">Pluralistic</a></p>
|
||||
|
||||
|
||||
<br>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue