Add --theme-container-color (#1479)
* Add --theme-container-color Add --theme-container-color for theming all containing elements * Add --theme-container-color Add --theme-container-color for theming all containing elements * Add --theme-container-color Add --theme-container-color for theming all containing elements * Add --theme-container-color Add --theme-container-color for theming all containing elements * Add --theme-container-color Add --theme-container-color for theming all containing elements * Add --theme-container-color Add --theme-container-color for theming all containing elements * Add --theme-container-color Add --theme-container-color for theming all containing elements
This commit is contained in:
parent
f4ca4a15e5
commit
9ea53d5669
3 changed files with 7 additions and 0 deletions
|
|
@ -78,6 +78,7 @@ article{
|
|||
width:880px;
|
||||
max-width:100%;
|
||||
background:white;
|
||||
background: var(--theme-container-background, #fff);
|
||||
margin:68px auto 20px;
|
||||
text-align: left;
|
||||
box-shadow: $bold-shadow;
|
||||
|
|
@ -308,6 +309,7 @@ article{
|
|||
font-size: 21px;
|
||||
line-height: 32px;
|
||||
background:white;
|
||||
background: var(--theme-container-background, #fff);
|
||||
position:relative;
|
||||
z-index:5;
|
||||
padding-bottom:5px;
|
||||
|
|
|
|||
|
|
@ -198,6 +198,7 @@
|
|||
.single-article{
|
||||
text-align:left;
|
||||
background:$white;
|
||||
background: var(--theme-container-background, $white);
|
||||
transition: opacity .35s ease-in;
|
||||
border: 1px solid $outline-color;
|
||||
border: var(--theme-container-border, 1px solid $outline-color);
|
||||
|
|
@ -456,6 +457,7 @@
|
|||
}
|
||||
.content-wrapper{
|
||||
background:white;
|
||||
background: var(--theme-container-background, #fff);
|
||||
color:$black;
|
||||
position:relative;
|
||||
z-index:5;
|
||||
|
|
@ -775,6 +777,7 @@
|
|||
.sidebar-profile-snapshot{
|
||||
overflow: hidden;
|
||||
background:white;
|
||||
background: var(--theme-container-background, #fff);
|
||||
margin-bottom:14px;
|
||||
border-radius:3px;
|
||||
width: calc(100% - 3px);
|
||||
|
|
@ -957,6 +960,7 @@
|
|||
position:relative;
|
||||
overflow:hidden;
|
||||
background:white;
|
||||
background: var(--theme-container-background, #fff);
|
||||
display:block;
|
||||
color: $black;
|
||||
border-radius:3px;
|
||||
|
|
|
|||
|
|
@ -77,6 +77,7 @@
|
|||
font-size:0.9em;
|
||||
font-weight: bold;
|
||||
background: white;
|
||||
background: var(--theme-container-background, #fff);
|
||||
margin-bottom: 10px;
|
||||
margin-left: 10px;
|
||||
border: 1px solid $outline-color;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue