mirror of
https://github.com/netbirdio/docs.git
synced 2026-04-16 07:26:35 +00:00
split docs into different groups and start landing page
This commit is contained in:
@@ -3,12 +3,9 @@ module.exports = ({ theme }) => ({
|
||||
css: {
|
||||
'--tw-prose-body': theme('colors.zinc.700'),
|
||||
'--tw-prose-headings': theme('colors.zinc.900'),
|
||||
// '--tw-prose-links': theme('colors.emerald.500'),
|
||||
'--tw-prose-links': theme('colors.orange.500'),
|
||||
'--tw-prose-links-hover': theme('colors.orange.600'),
|
||||
// '--tw-prose-links-hover': theme('colors.emerald.600'),
|
||||
'--tw-prose-links-underline': theme('colors.orange.500 / 0.3'),
|
||||
// '--tw-prose-links-underline': theme('colors.emerald.500 / 0.3'),
|
||||
'--tw-prose-bold': theme('colors.zinc.900'),
|
||||
'--tw-prose-counters': theme('colors.zinc.500'),
|
||||
'--tw-prose-bullets': theme('colors.zinc.300'),
|
||||
@@ -25,11 +22,8 @@ module.exports = ({ theme }) => ({
|
||||
'--tw-prose-invert-body': theme('colors.zinc.400'),
|
||||
'--tw-prose-invert-headings': theme('colors.white'),
|
||||
'--tw-prose-invert-links': theme('colors.orange.400'),
|
||||
// '--tw-prose-invert-links': theme('colors.emerald.400'),
|
||||
'--tw-prose-invert-links-hover': theme('colors.orange.500'),
|
||||
// '--tw-prose-invert-links-hover': theme('colors.emerald.500'),
|
||||
'--tw-prose-invert-links-underline': theme('colors.orange.500 / 0.3'),
|
||||
// '--tw-prose-invert-links-underline': theme('colors.emerald.500 / 0.3'),
|
||||
'--tw-prose-invert-bold': theme('colors.white'),
|
||||
'--tw-prose-invert-counters': theme('colors.zinc.400'),
|
||||
'--tw-prose-invert-bullets': theme('colors.zinc.600'),
|
||||
|
||||
Reference in New Issue
Block a user