💄(demo) add blueney theme
Add a dark theme inspired by another famous streaming platform with blue tint.
This commit is contained in:
committed by
Jean-Baptiste PENRATH
parent
270357bc7e
commit
ca56ab32c7
@@ -46,9 +46,9 @@ html {
|
||||
.card {
|
||||
background-color: var(--c--theme--colors--greyscale-000);
|
||||
padding: 2rem;
|
||||
border-radius: 4px;
|
||||
border: 1px var(--c--theme--colors--greyscale-300) solid;
|
||||
box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
|
||||
border-radius: var(--c--components--card--border-radius, 4px);
|
||||
border: var(--c--components--card--border-width, 1px) var(--c--theme--colors--greyscale-300) solid;
|
||||
box-shadow: var(--c--components--card--box-shadow, rgba(149, 157, 165, 0.2) 0px 8px 24px);
|
||||
}
|
||||
|
||||
.cunningham-theme--dark {
|
||||
@@ -89,6 +89,10 @@ html[data-theme="redflux"] {
|
||||
background-blend-mode: darken;
|
||||
}
|
||||
|
||||
html[data-theme="blueney"] {
|
||||
background: url(blueney_bg.jpg) 50%/cover no-repeat fixed;
|
||||
}
|
||||
|
||||
// Create
|
||||
.page__create {
|
||||
h1 {
|
||||
|
||||
Reference in New Issue
Block a user