mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-03-04 07:18:50 -07:00
Improve theming
This commit is contained in:
parent
7cb9a5df1d
commit
6ff2a0bd22
3 changed files with 3 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue