mirror of
https://github.com/HenkKalkwater/harbour-sailfin.git
synced 2025-09-05 18:22:46 +00:00
docs: Add Doxygen and project-related documentation
This commit is contained in:
parent
c5541b0b16
commit
720a1ed5ff
14 changed files with 3186 additions and 1 deletions
15
core/doc/custom.css
Normal file
15
core/doc/custom.css
Normal file
|
@ -0,0 +1,15 @@
|
|||
html {
|
||||
--primary-color: #be48d6;
|
||||
--primary-dark-color: #7a2e89;
|
||||
--primary-light-color #e256ff;
|
||||
}
|
||||
|
||||
@media (prefers-color-scheme: dark) {
|
||||
html:not(.light-mode) {
|
||||
--primary-color: #be48d6;
|
||||
--primary-dark-color: #7a2e89;
|
||||
--primary-light-color #e256ff;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue