remove unnecessary styles for libraryReadMe header links (#1525)

This commit is contained in:
Julio C. Estrada
2024-12-06 14:42:48 -05:00
committed by GitHub
parent 0c62dc05d1
commit 8306c1af5f

View File

@@ -111,9 +111,6 @@
#libraryReadMe h1 {
@apply text-3xl font-semibold border-b border-gray-300 dark:border-slate;
}
#libraryReadMe h1 a {
@apply float-right inline-block mx-2;
}
#libraryReadMe h2 {
@apply mt-3 text-2xl font-semibold border-b border-gray-300 dark:border-slate;
}