Skip to content

Commit

Permalink
monochrome
Browse files Browse the repository at this point in the history
  • Loading branch information
brajeshwar committed Jul 19, 2024
1 parent 66d7d6d commit 5f58247
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions brand/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,16 +52,16 @@
font-size: smaller;
}

.pallette-gray, .pallette-monotone {
.pallette-gray, .pallette-monochrome {
flex-grow: 10;
flex-basis: 10%;
}
.pallette-gray article, .pallette-monotone article {
.pallette-gray article, .pallette-monochrome article {
text-transform: lowercase;
font-size: 0.5rem;
}

.pallette-monotone {
.pallette-monochrome {
border-top: 1px solid #aaa;
}
</style>
Expand Down Expand Up @@ -132,7 +132,7 @@ <h2>Bright</h2>
<article style="background-color: #ffffff"><h2>Gray-0 </h2><p>#ffffff</p></article>
</section>

<section class="pallette-monotone" style="color: #374151;">
<section class="pallette-monochrome" style="color: #374151;">
<article style="color: #e5e5e5; background-color: #000000"><h2>Color-1000</h2><p>#000000</p></article>
<article style="color: #e5e5e5; background-color: #0a0a0a"><h2>Color-900 </h2><p>#0a0a0a</p></article>
<article style="color: #e5e5e5; background-color: #171717"><h2>Color-800 </h2><p>#171717</p></article>
Expand Down

0 comments on commit 5f58247

Please sign in to comment.