diff --git a/library.css b/library.css index 14d6a67..5a764de 100644 --- a/library.css +++ b/library.css @@ -1489,6 +1489,20 @@ ul.recentyears { .landing ul.basic-info li { margin-bottom: 6px; } +/* Landing Related Organizations*/ +.landing ul.organizations > li { + border: 1px solid #E8E8E8; + border-radius: 2px; + font-size: 12px; + color: #A4A4A4; + padding: 10px; + width: 100%; +} + +.landing ul.organizations > li .title { + color: #000000; + font-weight: 700; +} /* Landing Download from section*/ .landing .download-from > div { @@ -1689,10 +1703,6 @@ svg #statistics-bars { border-radius: 4px; } -.uk-modal .portal-link { - color: black !important; -} - .uk-tooltip.under-curation-tooltip { background-color: white; display: block; @@ -1918,6 +1928,7 @@ html { text-transform: uppercase; transition: color .1s ease-in-out; line-height: 20px; + user-select: none; } .main-tabs > li {