diff --git a/frontend/styles.css b/frontend/styles.css index ca99cb4a..ccd992b5 100644 --- a/frontend/styles.css +++ b/frontend/styles.css @@ -128,6 +128,9 @@ #libraryReadMe pre { @apply bg-transparent; } + #libraryReadMe a { + @apply text-sky-600; + } code, kbd, diff --git a/static/css/styles.css b/static/css/styles.css index bbb182b6..cb37781f 100644 --- a/static/css/styles.css +++ b/static/css/styles.css @@ -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,