[30/04/23] sorted category styling and added mastodon link
This commit is contained in:
parent
f8e1f5c38d
commit
547dfe4eb3
56 changed files with 594 additions and 4035 deletions
16
_includes/style.html
Normal file
16
_includes/style.html
Normal file
|
@ -0,0 +1,16 @@
|
|||
{% assign category = site.data.categories[include.a] %}
|
||||
|
||||
<style>
|
||||
code {
|
||||
color: {{ category.backColor }};
|
||||
}
|
||||
|
||||
pre {
|
||||
color: {{ category.backColor }}
|
||||
}
|
||||
|
||||
::selection {
|
||||
background-color: {{ category.backColor }};
|
||||
color: {{ category.textColor }}
|
||||
}
|
||||
</style>
|
Loading…
Add table
Add a link
Reference in a new issue