mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-07-02 19:09:16 +00:00
chore: Update makefiles and doxygen
Signed-off-by: EnderIce2 <enderice2@protonmail.com>
This commit is contained in:
11
tools/doxygen/custom.css
Normal file
11
tools/doxygen/custom.css
Normal file
@ -0,0 +1,11 @@
|
||||
html {}
|
||||
|
||||
html.dark-mode {
|
||||
color-scheme: dark;
|
||||
|
||||
--primary-color: #c49cfc;
|
||||
--primary-dark-color: #a689eb;
|
||||
--primary-light-color: #9270e4;
|
||||
--primary-lighter-color: #202529;
|
||||
--primary-lightest-color: #242527;
|
||||
}
|
Reference in New Issue
Block a user