From 152011d11e032a7297de855724d74da83fa6f1cb Mon Sep 17 00:00:00 2001 From: lonkaars Date: Sun, 25 Apr 2021 17:01:12 +0200 Subject: added version number from package.json and commit hash to footer --- styles/footer.css | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'styles') diff --git a/styles/footer.css b/styles/footer.css index c413ade..cd43c7d 100644 --- a/styles/footer.css +++ b/styles/footer.css @@ -36,3 +36,13 @@ margin-top: 12px; display: block; } + +.versionString { + font-feature-settings: 'tnum' on, 'lnum' on, 'salt' on; + margin-left: var(--spacing-small); +} + +.versionString span { + margin-left: var(--spacing-small); + font-style: normal; +} -- cgit v1.2.3