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