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
 | 
			
		||||
}
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user