Skip to content

Commit

Permalink
Merge pull request #25 from pixelcrisis/dev
Browse files Browse the repository at this point in the history
Merge v5.3.4
  • Loading branch information
pixelcrisis authored Apr 6, 2021
2 parents a7e4c09 + d20a430 commit ac541e9
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "turnStyles for turntable.fm",
"version": "5.3.3",
"version": "5.3.4",
"description": "Apply tweaks to turntable.fm - autobop, autodj, themes, styles, and more!",
"manifest_version": 2,
"icons": {
Expand Down
3 changes: 3 additions & 0 deletions build/turnStyles.css
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,9 @@
.ts_toggle input:checked:after {
color: gold; }

#room-view {
background: #000000; }

.chat .message.stat:not(:hover) {
opacity: 0.5; }

Expand Down
2 changes: 1 addition & 1 deletion build/turnStyles.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "turnStyles",
"version": "5.3.3",
"version": "5.3.4",
"main": "turnStyles.js",
"repository": "[email protected]:pixelcrisis/turntable-tweaks.git",
"author": "pixelcrisis <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion public/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "turnStyles for turntable.fm",
"version": "5.3.3",
"version": "5.3.4",
"description": "Apply tweaks to turntable.fm - autobop, autodj, themes, styles, and more!",
"manifest_version": 2,
"icons": {
Expand Down
3 changes: 3 additions & 0 deletions turnStyles.sass
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,9 @@


// turntable styling defaults
#room-view
background: #000000

.chat .message.stat:not(:hover)
opacity: 0.5

Expand Down

0 comments on commit ac541e9

Please sign in to comment.