mirror of
https://github.com/github/choosealicense.com
synced 2025-01-22 03:17:48 +01:00
[Dark Mode] Added !important
s and unthemed parts
This commit is contained in:
parent
7d69089033
commit
b1e0ee80b4
@ -17,19 +17,36 @@ body {
|
|||||||
}
|
}
|
||||||
|
|
||||||
h1, h2, h3, h5 {
|
h1, h2, h3, h5 {
|
||||||
color: #dadada;
|
color: #dadada !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.site-footer {
|
.site-footer {
|
||||||
color: #ccc;
|
color: #ccc !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.site-footer a {
|
.site-footer a {
|
||||||
color: #ddd;
|
color: #ddd !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.home h2 {
|
.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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user