dutchcoders / dutchcoders/transfer.sh
Dark mode
Open
- Dominant language
- Go
- Stars
- 15.9k
- Forks
- 1.6k
- PR merge metrics
- No merged PRs in 30d
Description
I searched the code base for text listed on the front page like:
"Easy file sharing from the command line"
and
"Preview your files in the browser!"
but no hits... which is a bit surprising.
I want to modify the CSS coloring a bit to also support dark mode:
These are some of my current overrides
```css
.body
{
background-color:black;
color:silver;
}
#features{
background-color: #222
}
#reviews{
background-color: #222
}
```
Where/how is this located in the repo so I can create a PR for it?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.