made flamingo darker
This commit is contained in:
parent
ff4956bdfb
commit
27a0b64b03
|
@ -315,8 +315,6 @@ window.windowMixin = {
|
|||
methods: {
|
||||
changeColor: function (newValue) {
|
||||
document.body.setAttribute('data-theme', newValue)
|
||||
console.log(document.body.getAttribute('data-theme'))
|
||||
console.log(newValue)
|
||||
this.$q.localStorage.set('lnbits.theme', newValue)
|
||||
},
|
||||
toggleDarkMode: function () {
|
||||
|
|
|
@ -26,9 +26,9 @@ $themes: (
|
|||
'flamingo': (
|
||||
primary: #d11d53,
|
||||
secondary: #db3e6d,
|
||||
dark: #e75480,
|
||||
dark: #bb2f59,
|
||||
info: #ec7599,
|
||||
marginal-bg: #e75480,
|
||||
marginal-bg: #bb2f59,
|
||||
marginal-text: rgb(255, 255, 255)
|
||||
),
|
||||
'monochrome': (
|
||||
|
|
Loading…
Reference in New Issue
Block a user