@@ -15,6 +15,15 @@
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.MMM-NextcloudCookbook .ncc-active.ncc-theme-light {
|
||||
color: #27231b;
|
||||
background: #f8f6ef;
|
||||
}
|
||||
|
||||
.MMM-NextcloudCookbook .ncc-theme-light .ncc-recipe h1 { color: #302817; }
|
||||
.MMM-NextcloudCookbook .ncc-theme-light .ncc-meta dt,
|
||||
.MMM-NextcloudCookbook .ncc-theme-light .ncc-columns h2 { color: #765900; }
|
||||
|
||||
.MMM-NextcloudCookbook .ncc-qr {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
@@ -37,6 +46,28 @@
|
||||
top: 18px;
|
||||
}
|
||||
|
||||
.MMM-NextcloudCookbook .ncc-theme-toggle {
|
||||
padding: 10px 14px;
|
||||
border: 0;
|
||||
border-radius: 6px;
|
||||
color: #27231b;
|
||||
background: #fff;
|
||||
font: inherit;
|
||||
font-weight: 700;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.MMM-NextcloudCookbook .ncc-active .ncc-theme-toggle {
|
||||
position: absolute;
|
||||
top: 190px;
|
||||
right: 18px;
|
||||
}
|
||||
|
||||
.MMM-NextcloudCookbook .ncc-theme-light .ncc-theme-toggle {
|
||||
color: #f8f6ef;
|
||||
background: #302817;
|
||||
}
|
||||
|
||||
.MMM-NextcloudCookbook .ncc-qr img {
|
||||
width: 164px;
|
||||
height: 164px;
|
||||
|
||||
Reference in New Issue
Block a user