diff options
author | lonkaars <loek@pipeframe.xyz> | 2021-04-25 17:01:12 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2021-04-25 17:01:12 +0200 |
commit | 152011d11e032a7297de855724d74da83fa6f1cb (patch) | |
tree | 0959ab7338681f63723d94fffb7c39a66cf561f9 /styles | |
parent | f020b861915d7269a44f73c417626879c8e0176b (diff) |
added version number from package.json and commit hash to footer
Diffstat (limited to 'styles')
-rw-r--r-- | styles/footer.css | 10 |
1 files changed, 10 insertions, 0 deletions
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; +} |