diff options
author | GitExample <git@example.com> | 2022-02-03 01:43:09 +0100 |
---|---|---|
committer | GitExample <git@example.com> | 2022-02-03 01:43:09 +0100 |
commit | 4c9d8e1b3fc80fa0c23ed78015ab6238bf88dd06 (patch) | |
tree | 73fa3c6f35998263d3ce1eeb392982a704d87f04 /src/app/main.css | |
parent | a4b11903979fdb4c8b0f6dda8f7343e14c1ebe17 (diff) | |
download | Viper-4c9d8e1b3fc80fa0c23ed78015ab6238bf88dd06.tar.gz Viper-4c9d8e1b3fc80fa0c23ed78015ab6238bf88dd06.zip |
version numbers
These should've been here from the start, and I don't know why I didn't
add them in the start, I'm very dumb.
Diffstat (limited to 'src/app/main.css')
-rw-r--r-- | src/app/main.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/app/main.css b/src/app/main.css index 67174b8..8bac0ea 100644 --- a/src/app/main.css +++ b/src/app/main.css @@ -485,6 +485,12 @@ button:disabled { pointer-events: none; } +button.visual { + opacity: 1.0; + pointer-events: none; + background: transparent !important; +} + code { font-size: 16px; padding: 2px 5px; |