diff options
Diffstat (limited to 'styles/footer.css')
-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; +} |