diff options
author | 2022-08-14 19:22:13 +0200 | |
---|---|---|
committer | 2022-08-14 19:22:13 +0200 | |
commit | 52fe681ba21fd17622a35cb773d28e2376be1b0a (patch) | |
tree | efbc57451a99ef91524bf62158ebafdc635ef3cc /web/source/css/_colors.css | |
parent | [frontend] Style scrollbars site-wide (not just in code) (#753) (diff) | |
download | gotosocial-52fe681ba21fd17622a35cb773d28e2376be1b0a.tar.xz |
[frontend] Sensitive media spoilers (#752)
* sensitive media spoilers
* small tweaks, use pointer-events (thanks @owl!)
* allow hiding all media
* add button roles
* add tabindices
* s/Show media/Show sensitive media/
* show hovering alt-text on hidden sensitive images
Co-authored-by: tobi <31960611+tsmethurst@users.noreply.github.com>
Diffstat (limited to 'web/source/css/_colors.css')
-rw-r--r-- | web/source/css/_colors.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/web/source/css/_colors.css b/web/source/css/_colors.css index 5390f13d2..1544e6ad0 100644 --- a/web/source/css/_colors.css +++ b/web/source/css/_colors.css @@ -68,6 +68,9 @@ $status_focus_bg: $bg_accent; $status_unfocus_bg: $sloth_gray2_darker3; $status_info_fg: #CBCBD7; +$bg_no_img_desc: $sloth_orange2; +$bg_sensitive: $sloth_gray2_darker15; + $boxshadow: 0 0.4rem 1rem -0.1rem rgba(0,0,0,0.15); $boxshadow_border: 0.08rem solid $sloth_gray2_darker5; |