-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
19 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# SteamCSS | ||
Insert custom CSS to Steam Library and Browser. | ||
|
||
## Usage | ||
Download `SteamCSS.zip` at [Releases](https://github.com/the1812/SteamCSS/releases) page. | ||
|
||
There are 3 files: | ||
- `SteamCSS.exe`: Main program | ||
- `SteamPath.txt`: Specify Steam install path | ||
- `Style.css`: Your custom CSS code to insert | ||
|
||
Write your Steam install path in `SteamPath.txt` and custom CSS code in `Style.css`. | ||
|
||
Start `SteamCSS.exe`, it will insert CSS code into Steam files and exit silently. | ||
|
||
## Notes | ||
- The default `font-family` is from [Sarasa-Gothic](https://github.com/be5invis/Sarasa-Gothic). | ||
- This only applies on library and built-in browser, you may need [MacType](https://github.com/snowie2000/mactype) to change Steam UI font. | ||
- Steam files will be overwritten after some Steam updates, and you have to rerun this program to insert CSS again. |