adding all php files

This commit is contained in:
Jidong Xiao
2023-08-28 22:37:14 -04:00
parent 5b78d66809
commit 732df7adb8
27 changed files with 7490 additions and 0 deletions

6
php/global_colors.php Executable file
View File

@@ -0,0 +1,6 @@
<style>
:root {
--sidebar-highlight-color: #ee9977;
--special-text-color: #995533;
}
</style>