made flamingo darker

This commit is contained in:
Ben Arc 2021-06-30 17:34:22 +01:00
parent ff4956bdfb
commit 27a0b64b03
2 changed files with 2 additions and 4 deletions

View File

@ -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 () {

View File

@ -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': (