From fe3edc1b77b045c5a757b50b425d188650950508 Mon Sep 17 00:00:00 2001 From: Arghya Ghosh <71373838+uiuxarghya@users.noreply.github.com> Date: Mon, 11 Apr 2022 01:23:15 +0530 Subject: [PATCH 1/2] Update variables-primitive-data-types.mdx --- src/pages/docs/variables-primitive-data-types.mdx | 1 - 1 file changed, 1 deletion(-) 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' From b1c47eb21bb4aec33357ec9d07796acb6e9e6455 Mon Sep 17 00:00:00 2001 From: Arghya Ghosh <71373838+uiuxarghya@users.noreply.github.com> Date: Mon, 11 Apr 2022 01:24:09 +0530 Subject: [PATCH 2/2] Update tailwind.config.js --- tailwind.config.js | 3 --- 1 file changed, 3 deletions(-) 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',