diff options
| author | Henry Jameson <me@hjkos.com> | 2022-08-11 14:30:58 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2022-08-11 14:30:58 +0300 |
| commit | 6df99133548fb209bf365b77665931be477f0a30 (patch) | |
| tree | 5633b44a4080cc8f86ac39b2300fa88d7a5b6832 /src/App.scss | |
| parent | 732733f115a863408a339e164ff88f1022c46101 (diff) | |
ability to pin items in navigation menu, initial draft version
Diffstat (limited to 'src/App.scss')
| -rw-r--r-- | src/App.scss | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/App.scss b/src/App.scss index ab025d63..c75c990a 100644 --- a/src/App.scss +++ b/src/App.scss @@ -756,6 +756,9 @@ option { padding: 0 0.3em; } } +.veryfaint { + opacity: 0.25; +} .login-hint { text-align: center; |
