Files
CSCI-1200/php/global_colors.php
2023-08-28 22:37:14 -04:00

7 lines
102 B
PHP
Executable File

<style>
:root {
--sidebar-highlight-color: #ee9977;
--special-text-color: #995533;
}
</style>