Skip to content

Commit 22cc815

Browse files
Updated Team Name Tag Colors
The nameTag elements no longer use lightblue and firebrick, they have been switched to 375c79 and 9f2e2e respectively
1 parent 7aa70b5 commit 22cc815

File tree

3 files changed

+6
-7
lines changed

3 files changed

+6
-7
lines changed

extension.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
'use strict';
22

33
module.exports = function (nodecg) {
4-
nodecg.log.info('ESSENTIAL SCORE VERSION 1.0')
5-
nodecg.log.info(`To edit me, open "${__filename}" in your favorite text editor or IDE.`);
4+
nodecg.log.info('ESSENTIAL SCORE VERSION 0.0.6')
65
};

graphics/scoreboard.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ body {
1616
left: 0px;
1717
width: 863px;
1818
height: 56px;
19-
background-color: lightblue;
19+
background-color: #375c79;
2020
text-align: right;
2121

2222
}
@@ -27,7 +27,7 @@ body {
2727
left: 1057px;
2828
width: 863px;
2929
height: 56px;
30-
background-color: firebrick;
30+
background-color: #9f2e2e;
3131
text-align: left;
3232

3333

@@ -77,7 +77,7 @@ body {
7777

7878
.nameTag1{
7979
position: absolute;
80-
background-color: lightblue;
80+
background-color: #375c79;
8181
left: 0px;
8282
top: 0px;
8383
height: 56px;
@@ -89,7 +89,7 @@ body {
8989

9090
.nameTag2{
9191
position: absolute;
92-
background-color: firebrick;
92+
background-color: #9f2e2e;
9393
left: 1109px;
9494
top: 0px;
9595
height: 56px;

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "essential-score",
3-
"version": "0.0.5",
3+
"version": "0.0.6",
44
"description": "a scoreboard for essentialsHud",
55
"homepage": "",
66
"author": {

0 commit comments

Comments
 (0)