mirror of
https://github.com/github/choosealicense.com
synced 2024-12-22 04:40:09 +01:00
Make { and } in the home page headings less conspicuous in the dark mode/consistent with light mode
Tabs to spaces Suggested in https://github.com/github/choosealicense.com/pull/833#issuecomment-898684123
This commit is contained in:
parent
7fbc9f2b2d
commit
250dcb2d2a
@ -33,20 +33,20 @@ body {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.license-body pre {
|
.license-body pre {
|
||||||
background-color: #131313 !important;
|
background-color: #131313 !important;
|
||||||
border: 1px solid #3e3e3e !important;
|
border: 1px solid #3e3e3e !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.note {
|
.note {
|
||||||
color: #9fa5a6 !important;
|
color: #9fa5a6 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
strong {
|
strong {
|
||||||
color: #bdbdbd !important;
|
color: #bdbdbd !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
button, input, optgroup, select, textarea {
|
button, input, optgroup, select, textarea {
|
||||||
color: black !important;
|
color: black !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -133,7 +133,7 @@ strong {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.home h2 span {
|
.home h2 span {
|
||||||
color: #f1f1f1;
|
color: rgba(127,127,127,10%);
|
||||||
font-size: 70px;
|
font-size: 70px;
|
||||||
padding: 0 5px;
|
padding: 0 5px;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user