[06/08/23] removed colour formatting and moved posts to drafts

This commit is contained in:
andrew 2023-08-06 13:46:54 +01:00
parent e36220307a
commit ac0ca49f97
44 changed files with 282 additions and 3429 deletions

View file

@ -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>