[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,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