Skip to content

Commit

Permalink
chage logo colors
Browse files Browse the repository at this point in the history
  • Loading branch information
BimaBizz committed Mar 28, 2023
1 parent 533b61d commit 2fa6b3c
Show file tree
Hide file tree
Showing 7 changed files with 41 additions and 46 deletions.
4 changes: 2 additions & 2 deletions AlertComps.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ <h1 class="font-LED text-4xl font-extralight text-white text-center">Sorry NeonZ
class="h-full w-1/4 bg-[#12102a]/80 border border-pink-500 backdrop-blur-sm rounded-lg overflow-scroll p-2 text-sm">
<div class="relative w-full mb-3 object-top">
<h1
class="font-LED text-4xl font-bold text-left w-full text-white absolute -z-10 blur-sm animate-pulse">
class="font-LED text-4xl font-bold text-left w-full text-pink-600 absolute -z-10 blur-md animate-pulse">
Neon Zone</h1>
<h1 class="font-LED text-4xl font-bold text-pink-600 text-left w-full">Neon Zone</h1>
<h1 class="font-LED text-4xl font-bold text-white text-left w-full">Neon Zone</h1>
</div>
<div class="relative flex group w-full mb-2">
<a href="./AlertComps.html"
Expand Down
4 changes: 2 additions & 2 deletions Badges.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ <h1 class="font-LED text-4xl font-extralight text-white text-center">Sorry NeonZ
class="h-full w-1/4 bg-[#12102a]/80 border border-pink-500 backdrop-blur-sm rounded-lg overflow-scroll p-2 text-sm">
<div class="relative w-full mb-3 object-top">
<h1
class="font-LED text-4xl font-bold text-left w-full text-white absolute -z-10 blur-sm animate-pulse">
class="font-LED text-4xl font-bold text-left w-full text-pink-600 absolute -z-10 blur-md animate-pulse">
Neon Zone</h1>
<h1 class="font-LED text-4xl font-bold text-pink-600 text-left w-full">Neon Zone</h1>
<h1 class="font-LED text-4xl font-bold text-white text-left w-full">Neon Zone</h1>
</div>
<div class="relative flex group w-full mb-2">
<a href="./AlertComps.html"
Expand Down
4 changes: 2 additions & 2 deletions Buttons.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ <h1 class="font-LED text-4xl font-extralight text-white text-center">Sorry NeonZ
class="h-full w-1/4 bg-[#12102a]/80 border border-pink-500 backdrop-blur-sm rounded-lg overflow-scroll p-2 text-sm">
<div class="relative w-full mb-3 object-top">
<h1
class="font-LED text-4xl font-bold text-left w-full text-white absolute -z-10 blur-sm animate-pulse">
class="font-LED text-4xl font-bold text-left w-full text-pink-600 absolute -z-10 blur-md animate-pulse">
Neon Zone</h1>
<h1 class="font-LED text-4xl font-bold text-pink-600 text-left w-full">Neon Zone</h1>
<h1 class="font-LED text-4xl font-bold text-white text-left w-full">Neon Zone</h1>
</div>
<div class="relative flex group w-full mb-2">
<a href="./AlertComps.html"
Expand Down
4 changes: 2 additions & 2 deletions Card.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ <h1 class="font-LED text-4xl font-extralight text-white text-center">Sorry NeonZ
class="h-full w-1/4 bg-[#12102a]/80 border border-pink-500 backdrop-blur-sm rounded-lg overflow-scroll p-2 text-sm">
<div class="relative w-full mb-3 object-top">
<h1
class="font-LED text-4xl font-bold text-left w-full text-white absolute -z-10 blur-sm animate-pulse">
class="font-LED text-4xl font-bold text-left w-full text-pink-600 absolute -z-10 blur-md animate-pulse">
Neon Zone</h1>
<h1 class="font-LED text-4xl font-bold text-pink-600 text-left w-full">Neon Zone</h1>
<h1 class="font-LED text-4xl font-bold text-white text-left w-full">Neon Zone</h1>
</div>
<div class="relative flex group w-full mb-2">
<a href="./AlertComps.html"
Expand Down
4 changes: 2 additions & 2 deletions Chips.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ <h1 class="font-LED text-4xl font-extralight text-white text-center">Sorry NeonZ
class="h-full w-1/4 bg-[#12102a]/80 border border-pink-500 backdrop-blur-sm rounded-lg overflow-scroll p-2 text-sm">
<div class="relative w-full mb-3 object-top">
<h1
class="font-LED text-4xl font-bold text-left w-full text-white absolute -z-10 blur-sm animate-pulse">
class="font-LED text-4xl font-bold text-left w-full text-pink-600 absolute -z-10 blur-sm animate-pulse">
Neon Zone</h1>
<h1 class="font-LED text-4xl font-bold text-pink-600 text-left w-full">Neon Zone</h1>
<h1 class="font-LED text-4xl font-bold text-white text-left w-full">Neon Zone</h1>
</div>
<div class="relative flex group w-full mb-2">
<a href="./AlertComps.html"
Expand Down
63 changes: 29 additions & 34 deletions dist/output.css
Original file line number Diff line number Diff line change
Expand Up @@ -671,6 +671,10 @@ video {
display: none;
}

.h-10{
height: 2.5rem;
}

.h-11{
height: 2.75rem;
}
Expand All @@ -696,10 +700,6 @@ video {
height: 100vh;
}

.h-10{
height: 2.5rem;
}

.min-h-screen{
min-height: 100vh;
}
Expand All @@ -708,6 +708,10 @@ video {
width: 25%;
}

.w-10{
width: 2.5rem;
}

.w-11{
width: 2.75rem;
}
Expand Down Expand Up @@ -737,10 +741,6 @@ video {
width: 100vw;
}

.w-10{
width: 2.5rem;
}

.max-w-2xl{
max-width: 42rem;
}
Expand Down Expand Up @@ -923,14 +923,14 @@ video {
background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}

.bg-gradient-to-r{
background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.bg-gradient-to-bl{
background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
}

.bg-gradient-to-r{
background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.from-\[\#12102a\]{
--tw-gradient-from: #12102a;
--tw-gradient-to: rgb(18 16 42 / 0);
Expand Down Expand Up @@ -962,14 +962,14 @@ video {
--tw-gradient-to: #06b6d4;
}

.to-transparent{
--tw-gradient-to: transparent;
}

.to-pink-500{
--tw-gradient-to: #ec4899;
}

.to-transparent{
--tw-gradient-to: transparent;
}

.bg-cover{
background-size: cover;
}
Expand All @@ -987,16 +987,16 @@ video {
object-fit: cover;
}

.object-top{
-o-object-position: top;
object-position: top;
}

.object-center{
-o-object-position: center;
object-position: center;
}

.object-top{
-o-object-position: top;
object-position: top;
}

.p-2{
padding: 0.5rem;
}
Expand Down Expand Up @@ -1261,13 +1261,13 @@ video {
filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.blur-sm{
--tw-blur: blur(4px);
.blur-md{
--tw-blur: blur(12px);
filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.blur-md{
--tw-blur: blur(12px);
.blur-sm{
--tw-blur: blur(4px);
filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

Expand All @@ -1285,14 +1285,14 @@ video {
transition-duration: 150ms;
}

.transition-transform{
transition-property: transform;
.transition-all{
transition-property: all;
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
transition-duration: 150ms;
}

.transition-all{
transition-property: all;
.transition-transform{
transition-property: transform;
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
transition-duration: 150ms;
}
Expand Down Expand Up @@ -1453,11 +1453,6 @@ video {
--tw-bg-opacity: 0.05;
}

.hover\:text-black:hover{
--tw-text-opacity: 1;
color: rgb(0 0 0 / var(--tw-text-opacity));
}

.focus\:outline-none:focus{
outline: 2px solid transparent;
outline-offset: 2px;
Expand Down
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ <h1 class="font-LED text-4xl font-extralight text-white text-center">Sorry NeonZ
<section class="relative h-screen w-full flex items-center">
<div class="nav">
<div class="relative mr-8">
<h1 class="font-LED text-4xl font-bold text-white absolute -z-10 blur-sm animate-pulse">Neon Zone</h1>
<h1 class="font-LED text-4xl font-bold text-pink-600">Neon Zone</h1>
<h1 class="font-LED text-4xl font-bold text-pink-500 absolute -z-10 blur-md animate-pulse">Neon Zone</h1>
<h1 class="font-LED text-4xl font-bold text-white">Neon Zone</h1>
</div>
<div class="flex justify-between">
<ul class="flex space-x-4">
Expand Down

1 comment on commit 2fa6b3c

@vercel
Copy link

@vercel vercel bot commented on 2fa6b3c Mar 28, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.