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:
Andrew Bone 2018-12-15 17:48:28 +00:00 committed by Ben Halpern
parent 4b8dffb4c9
commit db55f871d4

View file

@ -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;