Skip to content

Commit

Permalink
updated theme
Browse files Browse the repository at this point in the history
  • Loading branch information
avasthiji committed Dec 27, 2023
1 parent 2db6dc4 commit 3853919
Show file tree
Hide file tree
Showing 4 changed files with 128 additions and 156 deletions.
15 changes: 5 additions & 10 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,6 @@
background-color: #ec672a !important;
color: #fff;
}
/* .cryto-ideas-cards{
background-color: white;
} */
/* .dark-mode .cryto-ideas-cards{
background-color: #212121;
color: white;
} */
/* .dark-mode .benefits-containers{
background-color: #212121;
} */
.active-category{
background-color: white !important;
border: 1px solid black !important;
Expand Down Expand Up @@ -58,6 +48,7 @@ header{
}
.stndrd-btn{
background-color: #ec672a !important;
color: white !important;
}
.reports-card-txt-container{
height: 150px !important;
Expand All @@ -73,3 +64,7 @@ header{
border: none !important;
outline: none !important;
}
.price-container{
border-color: #ec672a !important;

}
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -794,7 +794,7 @@ <h2 class="text-2xl font-bold md:text-3xl md:leading-tight dark:text-white">Disc


<div class="space-x-4">
<a class="inline-flex gap-x-2 text-gray-600 hover:text-gray-800 dark:text-gray-400 dark:hover:text-gray-200 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600"
<a class="inline-flex theme-color gap-x-2 text-gray-600 hover:text-gray-800 dark:text-gray-400 dark:hover:text-gray-200 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600"
href="#">BlackRabbit.com</a>
<a class="inline-block text-gray-500 hover:text-gray-800 dark:hover:text-gray-200" href="#">
<svg class="flex-shrink-0 w-4 h-4" xmlns="http://www.w3.org/2000/svg" width="16" height="16"
Expand All @@ -820,7 +820,7 @@ <h2 class="text-2xl font-bold md:text-3xl md:leading-tight dark:text-white">Disc
</div>
</div>

<div class="flex justify-between items-center">
<!-- <div class="flex justify-between items-center">
<div class="space-x-4 text-sm ms-4">
<a class="inline-flex gap-x-2 text-gray-600 hover:text-gray-800 dark:text-gray-400 dark:hover:text-gray-200 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600"
Expand All @@ -830,7 +830,7 @@ <h2 class="text-2xl font-bold md:text-3xl md:leading-tight dark:text-white">Disc
<a class="inline-flex gap-x-2 text-gray-600 hover:text-gray-800 dark:text-gray-400 dark:hover:text-gray-200 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600"
href="#">Status</a>
</div>
</div>
</div> -->
<!-- End Col -->
</div>
</div>
Expand Down
Loading

0 comments on commit 3853919

Please sign in to comment.