edit color btn

This commit is contained in:
2024-09-11 13:10:44 +02:00
parent 8bc61667b9
commit 1b67883275
8 changed files with 10137 additions and 8 deletions

View File

@@ -7,6 +7,9 @@
@import "tailwindcss/components";
@import "admonition.css";
@import "tailwindcss/utilities";
@tailwind base;
@tailwind components;
@tailwind utilities;
/* Custom CSS for header partial */
.backdrop-blur {
-webkit-backdrop-filter: blur(40px);
@@ -304,6 +307,11 @@ header {
background-repeat: no-repeat;
}
.main-button {
color: #fff;
background: #6366f1;
}
a:hover{
color: #5e5b59;
}
@@ -386,4 +394,5 @@ header #menu button, #info-menu button, #info-mobile-menu button{
header #menu button a{
@apply
px-0
}
}

3
css/input.css Normal file
View File

@@ -0,0 +1,3 @@
@tailwind base;
@tailwind components;
@tailwind utilities;

10107
css/output.css Normal file

File diff suppressed because it is too large Load Diff