Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

removed library readme refs #1584

Merged
merged 1 commit into from
Jan 8, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
51 changes: 0 additions & 51 deletions frontend/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -105,57 +105,6 @@
@apply bg-red-400 py-2 px-3 rounded text-white;
}

/* STYLES FOR THE LIBRARY README
These can't easily be handled in the template so doing globally...

*/
#libraryReadMe h1 {
@apply text-3xl font-semibold border-b border-gray-300 dark:border-slate;
}
#libraryReadMe h2 {
@apply mt-3 text-2xl font-semibold border-b border-gray-300 dark:border-slate;
}
#libraryReadMe h3 {
@apply mt-3 text-xl font-semibold;
}
#libraryReadMe p {
@apply text-base pb-1 font-light;
}
#libraryReadMe ul {
@apply list-disc list-inside pl-4;
}
#libraryReadMe ul li {
@apply text-base py-1 font-light;
}
#libraryReadMe > h3 + ul {
@apply list-none;
}
#libraryReadMe > h3 + ul > li > a {
@apply font-semibold;
}
#libraryReadMe ul > li > ul > li {
@apply list-disc;
}
#libraryReadMe ul > li > ul > li > a {
@apply font-normal;
}
#libraryReadMe h3 + p + ul {
@apply list-none;
}
#libraryReadMe h3 + p + ul > li {
@apply font-semibold;
}
#libraryReadMe table {
@apply table-auto w-full;
}
#libraryReadMe a {
@apply text-sky-600 dark:text-sky-400;
}

#libraryReadMe a img {
@apply inline;
}

code,
tt,
kbd,
Expand Down
Loading