[06/08/23] removed colour formatting and moved posts to drafts
This commit is contained in:
parent
e36220307a
commit
ac0ca49f97
44 changed files with 282 additions and 3429 deletions
|
@ -1,11 +1,5 @@
|
|||
{% assign primaryCategory = site.data.categories[include.a] %}
|
||||
|
||||
<h1 class="display-3" style="font-weight:700;position:sticky;top:0;backdrop-filter:blur(10px);z-index:1000;" id="logo">
|
||||
{% if primaryCategory %}
|
||||
<span style="color:{{primaryCategory.textColor}};background-color:{{primaryCategory.backColor}};">ac</span>
|
||||
{% else %}
|
||||
<span style="color:black;background-color:white;">ac</span>
|
||||
{% endif %}
|
||||
</h1>
|
||||
<div class="row row-cols-1 row-cols-md-2">
|
||||
<div class="col col-md-3">
|
||||
|
|
|
@ -1,16 +1,14 @@
|
|||
{% assign category = site.data.categories[include.a] %}
|
||||
<style>
|
||||
code {
|
||||
color: white;
|
||||
}
|
||||
|
||||
<style>
|
||||
code {
|
||||
color: {{ category.backColor }};
|
||||
}
|
||||
pre {
|
||||
color: white;
|
||||
}
|
||||
|
||||
pre {
|
||||
color: {{ category.backColor }}
|
||||
}
|
||||
|
||||
::selection {
|
||||
background-color: {{ category.backColor }};
|
||||
color: {{ category.textColor }}
|
||||
}
|
||||
</style>
|
||||
::selection {
|
||||
background-color: white;
|
||||
color: black;
|
||||
}
|
||||
</style>
|
Loading…
Add table
Add a link
Reference in a new issue