From edbafe3d8a028a71e0d261ed24134a3f467388c2 Mon Sep 17 00:00:00 2001 From: MrFry Date: Wed, 8 Apr 2020 13:37:00 +0200 Subject: [PATCH] Changed not logged in bg color to yellow --- stable.user.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stable.user.js b/stable.user.js index 5d03909..780b8dc 100755 --- a/stable.user.js +++ b/stable.user.js @@ -767,7 +767,7 @@ function NoUserAction () { SafeGetElementById('menuButtonDiv', (elem) => { - elem.style.backgroundColor = 'red' + elem.style.backgroundColor = '#44cc00' }) SafeGetElementById('infoMainDiv', (elem) => { elem.innerText = texts.noUser