aboutsummaryrefslogtreecommitdiff
path: root/app/src/web/scss/facebook/core/_core_vars.scss
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/web/scss/facebook/core/_core_vars.scss')
-rw-r--r--app/src/web/scss/facebook/core/_core_vars.scss39
1 files changed, 0 insertions, 39 deletions
diff --git a/app/src/web/scss/facebook/core/_core_vars.scss b/app/src/web/scss/facebook/core/_core_vars.scss
deleted file mode 100644
index a618b703..00000000
--- a/app/src/web/scss/facebook/core/_core_vars.scss
+++ /dev/null
@@ -1,39 +0,0 @@
-:root, .__fb-light-mode {
- --accent: #{$accent} !important;
- --attachment-footer-background: #{$background} !important;
- --background-deemphasized: #{$background} !important;
- --card-background: #{$card} !important;
- --card-background-flat: #{$card} !important;
- --comment-background: #{$background} !important;
- --comment-footer-background: #{$background} !important;
- --darkreader-bg--fds-white: #{$bg_opaque} !important;
- --darkreader-text--primary-text: #{$text} !important;
- --darkreader-text--secondary-text: #{$text} !important;
- --disabled-button-background: #{$divider} !important;
- --disabled-button-text: #{$text_disabled} !important;
- --disabled-icon: #{$text_disabled} !important;
- --disabled-text: #{$text_disabled} !important;
- --divider: #{$divider} !important;
- --event-date: #{$accent} !important;
- --glimmer-spinner-icon: #{$accent} !important;
- --hero-banner-background: #{$bg_opaque2} !important;
- --highlight-bg: #{$background2} !important;
- --media-outer-border: #{$divider} !important;
- --messenger-card-background: #{$card} !important;
- --messenger-reply-background: #{$card} !important;
- --nav-bar-background: #{$bg_opaque} !important;
- --new-notification-background: #{$background2} !important;
- --placeholder-icon: #{$text} !important;
- --placeholder-text: #{$text} !important;
- --popover-background: #{$bg_opaque2} !important;
- --primary-icon: #{$text} !important;
- --primary-text: #{$text} !important;
- --primary-button-text: #{$text} !important;
- --primary-deemphasized-button-background: #{$divider} !important;
- --primary-text-on-media: #{$text} !important;
- --scroll-thumb: #{$accent} !important;
- --secondary-icon: #{$text} !important;
- --secondary-text: #{$text} !important;
- --section-header-text: #{$text} !important;
- --surface-background: #{$background} !important;
-}