Improve theming
This commit is contained in:
parent
e05acb8d18
commit
75cd580c3a
@ -478,7 +478,7 @@ export default Vue.extend({
|
|||||||
width 48px
|
width 48px
|
||||||
height 48px
|
height 48px
|
||||||
font-size 20px
|
font-size 20px
|
||||||
color #657786
|
color var(--mobilePostFormButton)
|
||||||
background transparent
|
background transparent
|
||||||
outline none
|
outline none
|
||||||
border none
|
border none
|
||||||
|
@ -175,6 +175,7 @@
|
|||||||
mobileNavBackdrop: 'rgba(0, 0, 0, 0.7)',
|
mobileNavBackdrop: 'rgba(0, 0, 0, 0.7)',
|
||||||
mobilePostFormDivider: 'rgba(0, 0, 0, 0.2)',
|
mobilePostFormDivider: 'rgba(0, 0, 0, 0.2)',
|
||||||
mobilePostFormTextareaBg: 'rgba(0, 0, 0, 0.3)',
|
mobilePostFormTextareaBg: 'rgba(0, 0, 0, 0.3)',
|
||||||
|
mobilePostFormButton: '$text',
|
||||||
mobileDriveNavBg: ':alpha<0.75<$secondary',
|
mobileDriveNavBg: ':alpha<0.75<$secondary',
|
||||||
mobileHomeTlItemHover: 'rgba(255, 255, 255, 0.1)',
|
mobileHomeTlItemHover: 'rgba(255, 255, 255, 0.1)',
|
||||||
mobileUserPageName: '#fff',
|
mobileUserPageName: '#fff',
|
||||||
|
@ -175,6 +175,7 @@
|
|||||||
mobileNavBackdrop: 'rgba(0, 0, 0, 0.2)',
|
mobileNavBackdrop: 'rgba(0, 0, 0, 0.2)',
|
||||||
mobilePostFormDivider: 'rgba(0, 0, 0, 0.1)',
|
mobilePostFormDivider: 'rgba(0, 0, 0, 0.1)',
|
||||||
mobilePostFormTextareaBg: '#fff',
|
mobilePostFormTextareaBg: '#fff',
|
||||||
|
mobilePostFormButton: '$text',
|
||||||
mobileDriveNavBg: ':alpha<0.75<$secondary',
|
mobileDriveNavBg: ':alpha<0.75<$secondary',
|
||||||
mobileHomeTlItemHover: 'rgba(0, 0, 0, 0.05)',
|
mobileHomeTlItemHover: 'rgba(0, 0, 0, 0.05)',
|
||||||
mobileUserPageName: '#757c82',
|
mobileUserPageName: '#757c82',
|
||||||
|
Loading…
Reference in New Issue
Block a user