Added styles for dark mode (#19944)

fixes IPC-119
This commit is contained in:
Daniël van der Winden 2024-03-28 12:29:20 +01:00 committed by GitHub
parent bcf0fcb7d2
commit 008f36e476
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1375,3 +1375,28 @@ Onboarding checklist */
.gh-onboarding-item--next {
background: #1c1e21;
}
/* ---------------------------------
Onboarding checklist: Share publication modal */
.share-card-container {
border: 1px solid #394047;
}
.copy-publication-link {
background: #394047;
border: none;
}
.copy-publication-link:hover {
border: none;
opacity: .8;
}
.share-links li a {
border: 1px solid #394047;
}
.share-links li a:hover {
background: #394047;
}