github timeout #1124, css fixes, change button on LOADED_PLUGINS
Some checks failed
Code checks / check-url-paths (push) Has been cancelled
docker / docker_dev (push) Has been cancelled
Deploy MkDocs / deploy (push) Has been cancelled

This commit is contained in:
jokob-sk
2025-08-05 21:32:35 +10:00
parent 101189ae7c
commit a6df204721
4 changed files with 13 additions and 3 deletions

View File

@@ -20,6 +20,7 @@
--color-yellow: #f39c12;
--color-red: #dd4b39;
--color-gray: #8c8c8c;
--color-white: #fff;
}
:root {
@@ -793,5 +794,5 @@
.btn:hover
{
color: var(--color-gray);
color: var(--color-white);
}