radio-player-theme 1.0.0 → 2.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/style.css +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "radio-player-theme",
3
- "version": "1.0.0",
3
+ "version": "2.0.0",
4
4
  "description": "YWH bug bounty CSS injection live-C2 proof — stage 1",
5
5
  "main": "style.css",
6
6
  "files": ["style.css"],
package/style.css CHANGED
@@ -1,8 +1,8 @@
1
- /* YWH-RADIO-C2-PROOF — VERSION 1 — SVG NOT RE-UPLOADED */
1
+ /* YWH-RADIO-C2-PROOF — VERSION 2 — SVG NOT RE-UPLOADED */
2
2
  body::after {
3
- content: "C2-STAGE-1-PRE-UPDATE" !important;
3
+ content: "C2-STAGE-2-UPDATED-WITHOUT-SVG-REUPLOAD" !important;
4
4
  display: block !important;
5
- background: #ff6600 !important;
5
+ background: #00aa44 !important;
6
6
  color: white !important;
7
7
  font-size: 18px !important;
8
8
  font-weight: bold !important;