1
0
mirror of https://github.com/github/choosealicense.com synced 2025-01-22 03:17:48 +01:00

[Dark Mode] Added !importants and unthemed parts

This commit is contained in:
Pukima 2021-06-20 15:54:29 +02:00 committed by GitHub
parent 7d69089033
commit b1e0ee80b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,19 +17,36 @@ body {
}
h1, h2, h3, h5 {
color: #dadada;
color: #dadada !important;
}
.site-footer {
color: #ccc;
color: #ccc !important;
}
.site-footer a {
color: #ddd;
color: #ddd !important;
}
.home h2 {
color: #b6bcbd;
color: #c7cdce !important;
}
.license-body pre {
background-color: #131313 !important;
border: 1px solid #3e3e3e !important;
}
.note {
color: #9fa5a6 !important;
}
strong {
color: #bdbdbd !important;
}
button, input, optgroup, select, textarea {
color: black !important;
}
}