Skip to content

Commit

Permalink
Merge pull request #170 from KevinTrinh1227/KevinTrinh1227-patch-4
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
KevinTrinh1227 authored Jan 30, 2025
2 parents e51237c + 6aae0cd commit ca8af93
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,12 +97,12 @@ For easy use, I linked every element that makes up the app to `content.json` to

| Color | Hex Code | Usage Info | CSS Usage |
| ------------- | -------------------------------------------------------------------- | --------------------------------------- | ---------------------- |
| Dark Navy | ![[#0b182c]](https://via.placeholder.com/10/0b182c?text=+) `#0b182c` | Main background color | `var(--dark-navy)` |
| Navy | ![[#12223d]](https://via.placeholder.com/10/12223d?text=+) `#12223d` | Secondary background color | `var(--navy)` |
| Light Navy | ![[#233450]](https://via.placeholder.com/10/233450?text=+) `#233450` | Data tool tip color & text highlighting | `var(--light-navy)` |
| Light Lime | ![[#64ff93]](https://via.placeholder.com/10/64ff93?text=+) `#64ff93` | Main accent color | `var(--light-lime)` |
| White | ![[#e9f1fc]](https://via.placeholder.com/10/e9f1fc?text=+) `#e9f1fc` | Main text color | `var(--white)` |
| Bone White | ![[#d4ddf8]](https://via.placeholder.com/10/d4ddf8?text=+) `#d4ddf8` | Secondary text color | `var(--bone-white)` |
| Smoke | ![[#8992ac]](https://via.placeholder.com/10/8992ac?text=+) `#8992ac` | Tertiary text color | `var(--smoke)` |
| Light Smoke | ![[#acb5cf]](https://via.placeholder.com/10/acb5cf?text=+) `#acb5cf` | Section subtitles text | `var(--light-smoke)` |
| Lighter Smoke | ![[#d0d8f3]](https://via.placeholder.com/10/d0d8f3?text=+) `#d0d8f3` | Section Title text | `var(--lighter-smoke)` |
| Dark Navy | ![[#0b182c]](https://singlecolorimage.com/get/0b182c/15x15) `#0b182c` | Main background color | `var(--dark-navy)` |
| Navy | ![[#12223d]](https://singlecolorimage.com/get/12223d/15x15) `#12223d` | Secondary background color | `var(--navy)` |
| Light Navy | ![[#233450]](https://singlecolorimage.com/get/233450/15x15) `#233450` | Data tool tip color & text highlighting | `var(--light-navy)` |
| Light Lime | ![[#64ff93]](https://singlecolorimage.com/get/64ff93/15x15) `#64ff93` | Main accent color | `var(--light-lime)` |
| White | ![[#e9f1fc]](https://singlecolorimage.com/get/e9f1fc/15x15) `#e9f1fc` | Main text color | `var(--white)` |
| Bone White | ![[#d4ddf8]](https://singlecolorimage.com/get/d4ddf8/15x15) `#d4ddf8` | Secondary text color | `var(--bone-white)` |
| Smoke | ![[#8992ac]](https://singlecolorimage.com/get/8992ac/15x15) `#8992ac` | Tertiary text color | `var(--smoke)` |
| Light Smoke | ![[#acb5cf]](https://singlecolorimage.com/get/acb5cf/15x15) `#acb5cf` | Section subtitles text | `var(--light-smoke)` |
| Lighter Smoke | ![[#d0d8f3]](https://singlecolorimage.com/get/d0d8f3/15x15) `#d0d8f3` | Section Title text | `var(--lighter-smoke)` |

0 comments on commit ca8af93

Please sign in to comment.