Beginning of css variable implementation (#1307)
Added --theme-top-bar-background leaving the default the same. This will make no, visible, change to the styles currently.
This commit is contained in:
parent
4b8dffb4c9
commit
db55f871d4
1 changed files with 1 additions and 2 deletions
|
|
@ -20,7 +20,7 @@
|
|||
z-index: 1000;
|
||||
font-size: 17px;
|
||||
height: 48px;
|
||||
background: $tan;
|
||||
background: var(--theme-top-bar-background, $tan);
|
||||
position: fixed;
|
||||
border-bottom: 1px solid rgba(0, 0, 0, 0.33);
|
||||
box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.13);
|
||||
|
|
@ -29,7 +29,6 @@
|
|||
width: 1250px;
|
||||
margin: auto;
|
||||
position: relative;
|
||||
background: $tan;
|
||||
a {
|
||||
&:active {
|
||||
opacity: 0.8;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue