diff --git a/apps/block_scout_web/assets/css/theme/_ethereum_classic_variables.scss b/apps/block_scout_web/assets/css/theme/_ethereum_classic_variables.scss index af105712d0..fa717df8f7 100644 --- a/apps/block_scout_web/assets/css/theme/_ethereum_classic_variables.scss +++ b/apps/block_scout_web/assets/css/theme/_ethereum_classic_variables.scss @@ -1,3 +1,8 @@ $primary: #1b1b39; $secondary: #4beba0; $tertiary: #4beba0; + +$footer-background-color: $primary; +$footer-title-color: #fff; +$footer-text-color: #fff; +$footer-item-disc-color: $secondary; \ No newline at end of file diff --git a/apps/block_scout_web/assets/css/theme/_goerli_variables.scss b/apps/block_scout_web/assets/css/theme/_goerli_variables.scss index 3c83257b1f..ce80269213 100644 --- a/apps/block_scout_web/assets/css/theme/_goerli_variables.scss +++ b/apps/block_scout_web/assets/css/theme/_goerli_variables.scss @@ -1,3 +1,8 @@ $primary: #20201A; $secondary: #F0D96B; -$tertiary: #4A443A; \ No newline at end of file +$tertiary: #4A443A; + +$footer-background-color: $primary; +$footer-title-color: #fff; +$footer-text-color: #fff; +$footer-item-disc-color: $secondary; \ No newline at end of file diff --git a/apps/block_scout_web/assets/css/theme/_kovan_variables.scss b/apps/block_scout_web/assets/css/theme/_kovan_variables.scss index b331c7e310..fa72e4b6b0 100644 --- a/apps/block_scout_web/assets/css/theme/_kovan_variables.scss +++ b/apps/block_scout_web/assets/css/theme/_kovan_variables.scss @@ -1,3 +1,8 @@ $primary: #28aca4; $secondary: #89edda; $tertiary: #997fdc; + +$footer-background-color: $primary; +$footer-title-color: #fff; +$footer-text-color: #fff; +$footer-item-disc-color: $secondary; \ No newline at end of file diff --git a/apps/block_scout_web/assets/css/theme/_pirl_variables.scss b/apps/block_scout_web/assets/css/theme/_pirl_variables.scss index 772c9092e6..89d7836818 100644 --- a/apps/block_scout_web/assets/css/theme/_pirl_variables.scss +++ b/apps/block_scout_web/assets/css/theme/_pirl_variables.scss @@ -1,3 +1,8 @@ $primary: #343434; $secondary: #A2D729; $tertiary: #7F7F7F; + +$footer-background-color: $primary; +$footer-title-color: #fff; +$footer-text-color: #fff; +$footer-item-disc-color: $secondary; \ No newline at end of file diff --git a/apps/block_scout_web/assets/css/theme/_poa_variables.scss b/apps/block_scout_web/assets/css/theme/_poa_variables.scss index e187f1b523..3febef174e 100644 --- a/apps/block_scout_web/assets/css/theme/_poa_variables.scss +++ b/apps/block_scout_web/assets/css/theme/_poa_variables.scss @@ -3,4 +3,9 @@ $secondary: #7dd79f; $tertiary: #997fdc; $header-links-color-active: #333; -$button-secondary-color: $primary; \ No newline at end of file +$button-secondary-color: $primary; + +$footer-background-color: $primary; +$footer-title-color: #fff; +$footer-text-color: #fff; +$footer-item-disc-color: $secondary; \ No newline at end of file diff --git a/apps/block_scout_web/assets/css/theme/_ropsten_variables.scss b/apps/block_scout_web/assets/css/theme/_ropsten_variables.scss index fd382e450e..74a3e58837 100644 --- a/apps/block_scout_web/assets/css/theme/_ropsten_variables.scss +++ b/apps/block_scout_web/assets/css/theme/_ropsten_variables.scss @@ -1,3 +1,8 @@ $primary: #2fa8f8; $secondary: #a2daff; $tertiary: #006aa7; + +$footer-background-color: $primary; +$footer-title-color: #fff; +$footer-text-color: #fff; +$footer-item-disc-color: $secondary; \ No newline at end of file diff --git a/apps/block_scout_web/assets/css/theme/_social_variables.scss b/apps/block_scout_web/assets/css/theme/_social_variables.scss index 1fe62f615d..752939bd47 100644 --- a/apps/block_scout_web/assets/css/theme/_social_variables.scss +++ b/apps/block_scout_web/assets/css/theme/_social_variables.scss @@ -1,3 +1,8 @@ $primary: #A375FF; $secondary: #00F0BD; $tertiary: #53A9FF; + +$footer-background-color: $primary; +$footer-title-color: #fff; +$footer-text-color: #fff; +$footer-item-disc-color: $secondary; \ No newline at end of file diff --git a/apps/block_scout_web/assets/css/theme/_sokol_variables.scss b/apps/block_scout_web/assets/css/theme/_sokol_variables.scss index 1b0a1972aa..376287f2ea 100644 --- a/apps/block_scout_web/assets/css/theme/_sokol_variables.scss +++ b/apps/block_scout_web/assets/css/theme/_sokol_variables.scss @@ -1,3 +1,8 @@ $primary: #559387; $secondary: #add7cf; $tertiary: #38533d; + +$footer-background-color: $primary; +$footer-title-color: #fff; +$footer-text-color: #fff; +$footer-item-disc-color: $secondary; \ No newline at end of file diff --git a/apps/block_scout_web/assets/css/theme/_tobalaba_variables.scss b/apps/block_scout_web/assets/css/theme/_tobalaba_variables.scss index d85072d17f..02dd580fd7 100644 --- a/apps/block_scout_web/assets/css/theme/_tobalaba_variables.scss +++ b/apps/block_scout_web/assets/css/theme/_tobalaba_variables.scss @@ -1,3 +1,8 @@ $primary: #633D99; $secondary: #6CC04A; $tertiary: #A566FF; + +$footer-background-color: $primary; +$footer-title-color: #fff; +$footer-text-color: #fff; +$footer-item-disc-color: $secondary; \ No newline at end of file diff --git a/apps/block_scout_web/assets/css/theme/_variables.scss b/apps/block_scout_web/assets/css/theme/_variables.scss index bac05e37f5..6fdfb04938 100644 --- a/apps/block_scout_web/assets/css/theme/_variables.scss +++ b/apps/block_scout_web/assets/css/theme/_variables.scss @@ -2,12 +2,20 @@ // @import "dai_variables"; // @import "ethereum_classic_variables"; // @import "ethereum_variables"; +// @import "expanse_variables"; +// @import "gochain_variables"; // @import "goerli_variables"; +// @import "kovan_variables"; +// @import "musicoin_variables"; +// @import "pirl_variables"; // @import "poa_variables"; @import "posdao_variables"; // @import "rinkeby_variables"; // @import "ropsten_variables"; +// @import "social_variables"; // @import "sokol_variables"; +// @import "tobalaba_variables"; +// @import "tomochain_variables"; @import "theme/base_variables"; // responsive breakpoints