diff --git a/gemp-lotr/gemp-lotr-web/src/main/webapp/deckBuild.html b/gemp-lotr/gemp-lotr-web/src/main/webapp/deckBuild.html
index c9133b936..cbddd6015 100644
--- a/gemp-lotr/gemp-lotr-web/src/main/webapp/deckBuild.html
+++ b/gemp-lotr/gemp-lotr-web/src/main/webapp/deckBuild.html
@@ -16,7 +16,7 @@
}
.foilOverlay {
- opacity: 0.25;
+ opacity: 0.15;
}
.selectableCard > .borderOverlay {
diff --git a/gemp-lotr/gemp-lotr-web/src/main/webapp/game.html b/gemp-lotr/gemp-lotr-web/src/main/webapp/game.html
index 8027d2092..bf3969515 100644
--- a/gemp-lotr/gemp-lotr-web/src/main/webapp/game.html
+++ b/gemp-lotr/gemp-lotr-web/src/main/webapp/game.html
@@ -79,7 +79,7 @@ body {
}
.foilOverlay {
- opacity: 0.25;
+ opacity: 0.15;
}
.cardHint {
diff --git a/gemp-lotr/gemp-lotr-web/src/main/webapp/hall.html b/gemp-lotr/gemp-lotr-web/src/main/webapp/hall.html
index ef1716376..77f49ad1a 100644
--- a/gemp-lotr/gemp-lotr-web/src/main/webapp/hall.html
+++ b/gemp-lotr/gemp-lotr-web/src/main/webapp/hall.html
@@ -124,7 +124,7 @@
$(document).ready(
function() {
- $("#latestNews").append("Sets 01-10 are available to play. "
+ $("#latestNews").append("Sets 01-11 are available to play. "
+ "If you find any problems with specific card or rules in general, please report it at the TLHH forums.");
var chat = new ChatBoxUI("Game Hall", $("#chat"), "/gemp-lotr/server", true);