-
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- add: Color settings in Millennium window - fix: Target CSS - fix: Library home button left border - fix: Library search background - fix: Library search bottom border
- Loading branch information
1 parent
d57d864
commit 3418010
Showing
5 changed files
with
68 additions
and
23 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 |
---|---|---|
|
@@ -3,4 +3,5 @@ | |
padding: 10px; | ||
border-radius: 8px; | ||
background-color: var(--color-2); | ||
box-shadow: none; | ||
} |
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
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 |
---|---|---|
@@ -1,19 +1,15 @@ | ||
/** | ||
* @name 🪐Steam SpaceTheme🪐 | ||
* @author SpaceEnergy#2948 | ||
* @version v1.0.2 | ||
* @author @spaceenergy | ||
* @version v1.0.3.1-alpha | ||
* @description SpaceTheme for Steam | ||
* @donate https://www.buymeacoffee.com/SkyEnergy | ||
* @donate https://www.buymeacoffee.com/SpaceEnergy | ||
* @authorLink https://github.com/SpaceEnergy | ||
* @website https://spaceenergy.github.io | ||
**/ | ||
|
||
@import url("root.css"); | ||
@import url("scrollbar.css"); | ||
@import url("navbar.css"); | ||
@import url("library.css"); | ||
@import url("base.css"); | ||
@import url("library.css"); | ||
@import url("files/theme/app/import.css"); | ||
@import url("files/theme/inputs/import.css"); | ||
@import url("files/theme/library/import.css"); | ||
@import url("files/theme/windows/settings/import.css"); | ||
@import url("files/theme/library/import.css"); |
This file was deleted.
Oops, something went wrong.
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