1
0
mirror of https://github.com/github/choosealicense.com synced 2024-06-02 01:08:03 +02: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:
Waldir Pimenta 2021-08-23 11:33:37 -07:00 committed by Mike Linksvayer
parent 7fbc9f2b2d
commit 250dcb2d2a
No known key found for this signature in database
GPG Key ID: 136DBD194F0080CF

View File

@ -33,20 +33,20 @@ body {
}
.license-body pre {
background-color: #131313 !important;
border: 1px solid #3e3e3e !important;
background-color: #131313 !important;
border: 1px solid #3e3e3e !important;
}
.note {
color: #9fa5a6 !important;
color: #9fa5a6 !important;
}
strong {
color: #bdbdbd !important;
color: #bdbdbd !important;
}
button, input, optgroup, select, textarea {
color: black !important;
color: black !important;
}
}
@ -133,7 +133,7 @@ strong {
}
.home h2 span {
color: #f1f1f1;
color: rgba(127,127,127,10%);
font-size: 70px;
padding: 0 5px;
position: relative;