edit color btn
This commit is contained in:
@@ -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
3
css/input.css
Normal file
@@ -0,0 +1,3 @@
|
||||
@tailwind base;
|
||||
@tailwind components;
|
||||
@tailwind utilities;
|
10107
css/output.css
Normal file
10107
css/output.css
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user