about summary refs log tree commit diff
path: root/app/javascript/flavours/glitch/styles/mastodon-light
diff options
context:
space:
mode:
authorThibaut Girka <thib@sitedethib.com>2018-09-04 13:46:30 +0200
committerThibG <thib@sitedethib.com>2018-09-04 16:01:41 +0200
commitf1a73fd5f414ebbfbcb2f1484be9dcb083a72c0f (patch)
tree78262830281df1728dc27ba88cfe797e2bb5fe99 /app/javascript/flavours/glitch/styles/mastodon-light
parent6e771bf6800b47ce299825225f086ebf7aa28a68 (diff)
Outline white/grey/blue emojis
Diffstat (limited to 'app/javascript/flavours/glitch/styles/mastodon-light')
-rw-r--r--app/javascript/flavours/glitch/styles/mastodon-light/variables.scss2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/javascript/flavours/glitch/styles/mastodon-light/variables.scss b/app/javascript/flavours/glitch/styles/mastodon-light/variables.scss
index 36f51f067..1b060b58d 100644
--- a/app/javascript/flavours/glitch/styles/mastodon-light/variables.scss
+++ b/app/javascript/flavours/glitch/styles/mastodon-light/variables.scss
@@ -34,3 +34,5 @@ $account-background-color: $white !default;
 @function lighten($color, $amount) {
   @return hsl(hue($color), saturation($color), lightness($color) - $amount);
 }
+
+$emojis-requiring-outlines: 'alien' 'baseball' 'chains' 'chicken' 'cloud' 'crescent_moon' 'dash' 'dove_of_peace' 'eyes' 'first_quarter_moon' 'first_quarter_moon_with_face' 'fish_cake' 'full_moon' 'full_moon_with_face' 'ghost' 'goat' 'grey_exclamation' 'grey_question' 'ice_skate' 'last_quarter_moon' 'last_quarter_moon_with_face' 'lightning' 'loud_sound' 'moon' 'mute' 'page_with_curl' 'rain_cloud' 'ram' 'rice' 'rice_ball' 'rooster' 'sheep' 'skull' 'skull_and_crossbones' 'snow_cloud' 'sound' 'speaker' 'speech_balloon' 'thought_balloon' 'volleyball' 'waning_crescent_moon' 'waning_gibbous_moon' 'waving_white_flag' 'waxing_crescent_moon' 'white_circle' 'white_large_square' 'white_medium_small_square' 'white_medium_square' 'white_small_square' 'wind_blowing_face';