From 30b64b5354f0ec1442c5c9c47cd6fc633a782ef3 Mon Sep 17 00:00:00 2001 From: Alex Pankratov Date: Wed, 31 Mar 2021 20:49:29 +0200 Subject: [PATCH] cosmetics --- nullboard.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/nullboard.html b/nullboard.html index 878c626..f847577 100644 --- a/nullboard.html +++ b/nullboard.html @@ -778,7 +778,7 @@ position: absolute; bottom: -30px; width: 240px; - color: #888; + color: #eee; } .overlay .about div span { @@ -1130,7 +1130,7 @@ Export current board... - Import... + Import boards... Use lightdark theme Use smallerlarger font @@ -2833,7 +2833,7 @@ */ var NB = { - codeVersion: 20210330, + codeVersion: 20210331, blobVersion: 20190412, // blobs compatible board: null, }; @@ -3156,7 +3156,7 @@ $('.view-about').click(function(){ var $div = $('tt .about').clone(); - $div.find('div').html('Version ' + nb_codeVersion); + $div.find('div').html(`Version ${NB.codeVersion}`); showOverlay($div); return false; });