diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2023-09-01 15:46:01 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2023-09-01 15:46:01 -0300 |
commit | e7df57c7c41f92ae7d53b2aafee7d1fa5b362e0a (patch) | |
tree | fbd33a39e98330bd262f223095033876638d227e /docs/site.css | |
parent | 4c7568be6b5b4ee551ff8d5a591df6004bf0ad58 (diff) | |
download | copyfarai-e7df57c7c41f92ae7d53b2aafee7d1fa5b362e0a.tar.gz copyfarai-e7df57c7c41f92ae7d53b2aafee7d1fa5b362e0a.tar.bz2 |
Feat: enhancements an extra content
Diffstat (limited to 'docs/site.css')
-rw-r--r-- | docs/site.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/site.css b/docs/site.css new file mode 100644 index 0000000..927a110 --- /dev/null +++ b/docs/site.css @@ -0,0 +1,5 @@ +:root { + --md-primary-fg-color: #0FE2C3; + --md-primary-fg-color--light: #0FE2C3; + --md-primary-fg-color--dark: #0FE2C3; +} |