Make links inside library or releases to standard blue

This commit is contained in:
Julio Estrada
2024-04-24 14:40:50 -04:00
committed by Kenneth Reitz
parent d5eaadf2e8
commit 9cb2404c0f
2 changed files with 8 additions and 2 deletions

View File

@@ -128,6 +128,9 @@
#libraryReadMe pre {
@apply bg-transparent;
}
#libraryReadMe a {
@apply text-sky-600;
}
code,
kbd,

View File

@@ -970,8 +970,11 @@ select.dropdown {
#libraryReadMe samp,
#libraryReadMe pre {
background-color: transparent;
font-size: 0.875rem;
line-height: 1.25rem;
}
#libraryReadMe a {
--tw-text-opacity: 1;
color: rgb(2 132 199 / var(--tw-text-opacity));
}
code,