Skip to content

Commit

Permalink
Fixed colors
Browse files Browse the repository at this point in the history
  • Loading branch information
yukitya-1811 committed Dec 9, 2024
1 parent 4cd24cb commit 0b919fa
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion corpus/templates/newsletter/header.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{% comment %} <div class="min-h-[30vh] bg-gradient-to-r dark:from-blue-400 dark:via-purple-500 dark:to-blue-400 dark:text-white
from-purple-400 via-blue-500 to-purple-500 text-white text-secondary-content flex justify-center items-center"> {% endcomment %}

<div style="background-color: #669ff9;" class="min-h-[30vh] dark:bg-secondary-400 flex justify-center items-center">
<div style="background-color: #669ff9;" class="min-h-[30vh] text-gray-900 dark:text-gray-900 flex justify-center items-center">
<h1 class="font-extrabold text-6xl">
Newsletter
</h1>
Expand Down
12 changes: 6 additions & 6 deletions corpus/templates/newsletter/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,24 +39,24 @@ <h1 class="text-center my-10 text-2xl md:text-4xl lg:text-5xl">What's New?</h1>
<div class="m-5 md:m-10 p-5 md:p-10 overflow-y-auto scrollbar-hide">
<a href="{% url 'diodexcelerate_home' %}"
class="mb-4 post-bar indicator py-5 md:py-10 px-5 md:px-10 w-full border border-blue-300
rounded-lg block bg-gradient-to-r dark:from-blue-400 dark:via-purple-500 dark:to-primary-500 dark:text-white
from-purple-400 via-purple-500 to-blue-500 text-white">
rounded-lg block bg-gradient-to-r dark:from-blue-400 dark:to-primary-500 dark:text-white
from-purple-400 to-blue-500 text-white">
<span class="indicator-item badge badge-accent">new</span>
<h2 class="text-center text-xl md:text-2xl lg:text-3xl w-full">DiodeXcelerate</h2>
<p class="text-md text-right md:text-xl lg:text-xl">14th December - 1st February</p>
</a>
<a href="{% url 'robotrix_home' %}"
class="mb-4 post-bar indicator py-5 md:py-10 px-5 md:px-10 w-full border border-blue-300
rounded-lg block bg-gradient-to-r dark:from-blue-400 dark:via-purple-500 dark:to-primary-500 dark:text-white
from-purple-400 via-purple-500 to-blue-500 text-white">
rounded-lg block bg-gradient-to-r dark:from-blue-400 dark:to-primary-500 dark:text-white
from-purple-400 to-blue-500 text-white">
<span class="indicator-item badge badge-accent">new</span>
<h2 class="text-center text-xl md:text-2xl lg:text-3xl w-full">Robotrix</h2>
<p class="text-md text-right md:text-xl lg:text-xl">14th December</p>
</a>
<a
class="mb-4 post-bar indicator py-5 md:py-10 px-5 md:px-10 w-full border border-blue-300
rounded-lg block bg-gradient-to-r dark:from-blue-400 dark:via-purple-500 dark:to-primary-500 dark:text-white
from-purple-400 via-purple-500 to-blue-500 text-white">
rounded-lg block bg-gradient-to-r dark:from-blue-400 dark:to-primary-500 dark:text-white
from-purple-400 to-blue-500 text-white">
<h2 class="text-center text-xl md:text-2xl lg:text-3xl w-full">Research Rehashed</h2>
<p class="text-md text-right md:text-xl lg:text-xl">To Be Announced</p>
</a>
Expand Down

0 comments on commit 0b919fa

Please sign in to comment.