We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2cd001c commit efcf16fCopy full SHA for efcf16f
website/src/templates/index.rs
@@ -27,7 +27,7 @@ pub fn index_page() -> View<G> {
27
) { (t!("index-get-started")) }
28
a(
29
// The difference in y-axis padding is deliberate, it looks better with the ring
30
- class = "inline-flex items-center py-2 px-4 m-2 font-semibold rounded-lg shadow-2xl dark:text-white ring-4 ring-indigo-500 hover:ring-indigo-400 transition-colors duration-200",
+ class = "inline-flex items-center py-2 px-4 m-2 font-semibold rounded-lg shadow-2xl dark:text-white ring-4 ring-indigo-500 hover:ring-indigo-400 transition-all duration-200",
31
href = "https://github.com/arctic-hen7/perseus"
32
) {
33
span(
0 commit comments