Brettm12345 / github-moonlight

A beatiful dark blue userstyle for GItHub. Made with :heart:
MIT License
396 stars 12 forks source link

change text color in Github header dashboard "Learn Git and Github without any code!" #53

Open kartiksinghparmar opened 4 years ago

kartiksinghparmar commented 4 years ago
.intro-shelf {
    margin-top: 0;
    color: rgba(27,31,35,.85);
    background-image: linear-gradient(180deg,hsla(0,0%,100%,0) 60%,#fff),linear-gradient(70deg,#dbedff 32%,#ebfff0);
    border-bottom: #fff;
}

Screen Shot 2020-05-08 at 4 19 58 PM