feat: refactor create lnbits-theme vue component (#3515)
This commit is contained in:
@@ -23,6 +23,11 @@
|
||||
}
|
||||
|
||||
body.gradient-bg {
|
||||
background-image: linear-gradient(to bottom right, #fff, var(--q-primary));
|
||||
background-attachment: fixed;
|
||||
}
|
||||
|
||||
body.gradient-bg.body--dark {
|
||||
background-image: linear-gradient(
|
||||
to bottom right,
|
||||
var(--q-dark-page),
|
||||
|
||||
Reference in New Issue
Block a user