From 99f20c51fef477e107a5eb11288d8d58bc70d617 Mon Sep 17 00:00:00 2001 From: MaoShizhong <122839503+MaoShizhong@users.noreply.github.com> Date: Tue, 7 Jan 2025 11:09:30 +0000 Subject: [PATCH] Admin Dashboard: Remove step on color palettes (#29160) * Rephrase color palettes step and link text * Remove color pallete line --- intermediate_html_css/grid/project_admin_dashboard.md | 1 - 1 file changed, 1 deletion(-) diff --git a/intermediate_html_css/grid/project_admin_dashboard.md b/intermediate_html_css/grid/project_admin_dashboard.md index d1579eabb83..c15e925bbb1 100644 --- a/intermediate_html_css/grid/project_admin_dashboard.md +++ b/intermediate_html_css/grid/project_admin_dashboard.md @@ -30,7 +30,6 @@ Now that you've had plenty of practice using Grid, we are going to build a full #### Step 4: Gather assets 1. Once you have your grid layout complete you can either recreate the dashboard example above or style your own design. -1. Check out some color palettes from [Tailwind](https://tailwindcss.com/docs/customizing-colors). 1. All of the icons and more can be downloaded as SVGs from [Material Design Icons](https://pictogrammers.com/library/mdi/). 1. Choose your own fonts! The design example uses `Roboto`, which is available with Google fonts. (You may want to review the [More Text Styles Lesson](https://www.theodinproject.com/lessons/intermediate-html-and-css-more-text-styles) for information about how to include external fonts in your projects).