Skip to content

Commit

Permalink
redfection: simple style for portals list
Browse files Browse the repository at this point in the history
  • Loading branch information
le-jeu authored Nov 14, 2022
1 parent 8f5e0a4 commit cbbba95
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/redfection/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,9 @@ function setup() {
};

const css = document.createElement('style');
css.textContent = '.mac { color: #f74a4a }';
css.textContent =
'.mac { color: #f74a4a }\n'
+ '#portalslist table tr.mac td { background-color: #a22121 }';
document.head.append(css);
}

Expand Down

0 comments on commit cbbba95

Please sign in to comment.