diff options
| author | Christian Cleberg <[email protected]> | 2026-03-30 17:21:19 -0500 |
|---|---|---|
| committer | Christian Cleberg <[email protected]> | 2026-03-30 17:21:19 -0500 |
| commit | 3f03c433a7435e283244e94f09bd513bd45f3202 (patch) | |
| tree | f9ba88e5b2fb45dbe14e507dd60aeb854c14cdf2 /website/styles.css | |
| parent | d897109d0d23560bf19ece6ea1122b1229f3b164 (diff) | |
| download | hutch-2.5.2.tar.gz hutch-2.5.2.tar.bz2 hutch-2.5.2.zip | |
update website with app store linkv2.5.2
Diffstat (limited to 'website/styles.css')
| -rw-r--r-- | website/styles.css | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/website/styles.css b/website/styles.css index 014e248..11799c0 100644 --- a/website/styles.css +++ b/website/styles.css @@ -311,4 +311,10 @@ code { line-height: 1.5; text-align: center; -}
\ No newline at end of file +} + +.info-banner-live { + background: #edf7ee; + border-color: #cfe8d3; + color: #1d5c2f; +} |
