diff --git a/src/pages/docs/variables-primitive-data-types.mdx b/src/pages/docs/variables-primitive-data-types.mdx index d583f07e..84a2fa5d 100644 --- a/src/pages/docs/variables-primitive-data-types.mdx +++ b/src/pages/docs/variables-primitive-data-types.mdx @@ -1,7 +1,6 @@ --- title: Java Data Types description: In this tutorial, we will learn about all 8 primitive data types in Java with the help of examples. - --- import { List, ListItemGood } from '@/components/List' diff --git a/tailwind.config.js b/tailwind.config.js index 2bcac8eb..20150a71 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -11,10 +11,8 @@ module.exports = { colors: { transparent: 'transparent', current: 'currentColor', - black: '#000', white: '#fff', - amber: colors.amber, blue: colors.blue, cyan: colors.cyan, @@ -105,7 +103,6 @@ module.exports = { // backgroundColor: theme('colors.gray.800'), padding: '2px 4px 2px 4px', borderRadius: 4, - }, 'code::before': { content: 'none',