edi dark
This commit is contained in:
@@ -10,17 +10,21 @@
|
||||
@tailwind base;
|
||||
@tailwind components;
|
||||
@tailwind utilities;
|
||||
|
||||
|
||||
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');
|
||||
|
||||
/* Custom CSS for header partial */
|
||||
.backdrop-blur {
|
||||
-webkit-backdrop-filter: blur(40px);
|
||||
}
|
||||
|
||||
* {
|
||||
font-family: "CercoDEMO", sans-serif;
|
||||
font-family: "Inter", sans-serif;
|
||||
}
|
||||
|
||||
a {
|
||||
font-family: "CercoDEMO", sans-serif;
|
||||
font-family: "Inter", sans-serif;
|
||||
}
|
||||
|
||||
.bg-semi-white {
|
||||
@@ -97,7 +101,7 @@ img[src*="#tft_img"] {
|
||||
}
|
||||
p {
|
||||
@apply text-lg lg:text-xl leading-tight tracking-normal font-normal;
|
||||
font-family: "CercoDEMO", sans-serif;
|
||||
font-family: "Inter", sans-serif;
|
||||
}
|
||||
blockquote {
|
||||
@apply border-l-4 border-gray-400 mx-2 my-2 p-2;
|
||||
@@ -404,7 +408,7 @@ header #menu button a{
|
||||
px-0
|
||||
}
|
||||
|
||||
.bg-gradient-bl {
|
||||
background: rgb(0,166,255);
|
||||
background: linear-gradient(125deg, rgba(0,166,255,1) 0%, rgba(8,173,179,1) 100%);
|
||||
}
|
||||
.bg-dark {
|
||||
background: rgb(15,15,15);
|
||||
background: radial-gradient(circle, rgba(15,15,15,1) 0%, rgb(12, 0, 30) 50%, rgba(15,15,15,1) 100%);
|
||||
}
|
||||
|
@@ -1796,7 +1796,7 @@ p {
|
||||
}
|
||||
|
||||
p {
|
||||
font-family: "CercoDEMO", sans-serif;
|
||||
font-family: "Inter", sans-serif;
|
||||
}
|
||||
|
||||
blockquote {
|
||||
@@ -2542,7 +2542,7 @@ button {
|
||||
}
|
||||
|
||||
.max-h-12 {
|
||||
max-height: 3rem;
|
||||
max-height: 3.5rem;
|
||||
}
|
||||
|
||||
.max-h-80 {
|
||||
@@ -4180,11 +4180,11 @@ button {
|
||||
}
|
||||
|
||||
* {
|
||||
font-family: "CercoDEMO", sans-serif;
|
||||
font-family: "Inter", sans-serif;
|
||||
}
|
||||
|
||||
a {
|
||||
font-family: "CercoDEMO", sans-serif;
|
||||
font-family: "Inter", sans-serif;
|
||||
}
|
||||
|
||||
.bg-semi-white {
|
||||
|
Reference in New Issue
Block a user