美化
This commit is contained in:
@@ -151,4 +151,41 @@
|
||||
border-bottom-color: rgba(0, 212, 255, 0.18) !important;
|
||||
}
|
||||
}
|
||||
|
||||
.text-blue-500,
|
||||
.hover\:text-blue-700:hover,
|
||||
.hover\:text-blue-600:hover {
|
||||
color: var(--tech-primary) !important;
|
||||
}
|
||||
|
||||
.bg-white,
|
||||
.bg-gray-50,
|
||||
.bg-gray-100,
|
||||
.dark\:bg-gray-800,
|
||||
.dark\:bg-gray-900\/40,
|
||||
.dark\:bg-slate-800,
|
||||
.dark\:bg-slate-600 {
|
||||
color: var(--tech-text) !important;
|
||||
border-color: rgba(0, 212, 255, 0.18) !important;
|
||||
background: rgba(5, 16, 32, 0.78) !important;
|
||||
}
|
||||
|
||||
.bg-blue-600,
|
||||
.dark\:bg-blue-500,
|
||||
.hover\:bg-blue-700:hover,
|
||||
.dark\:hover\:bg-blue-600:hover {
|
||||
color: #031424 !important;
|
||||
background: linear-gradient(135deg, #67e8f9, var(--tech-primary)) !important;
|
||||
box-shadow: 0 0 14px rgba(0, 212, 255, 0.28) !important;
|
||||
}
|
||||
|
||||
.border-gray-100,
|
||||
.border-gray-200,
|
||||
.border-gray-700,
|
||||
.dark\:border-gray-700,
|
||||
.border-b.border-gray-100,
|
||||
.border-b.border-gray-200 {
|
||||
border-color: rgba(0, 212, 255, 0.18) !important;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user