mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-05 23:12:39 +00:00
remove gradient, set counter to start at '2'
This commit is contained in:
@@ -4,10 +4,12 @@
|
|||||||
width : 100%;
|
width : 100%;
|
||||||
|
|
||||||
.codeEditor{
|
.codeEditor{
|
||||||
height : 100%;
|
height : 100%;
|
||||||
counter-reset : page;
|
counter-reset : page;
|
||||||
|
counter-increment : page;
|
||||||
.pageLine{
|
.pageLine{
|
||||||
background : linear-gradient(to bottom, white 80%, lightgray);
|
background : #33333328;
|
||||||
|
border-top : #339 solid 1px;
|
||||||
&:after{
|
&:after{
|
||||||
content : counter(page);
|
content : counter(page);
|
||||||
counter-increment : page;
|
counter-increment : page;
|
||||||
|
|||||||
Reference in New Issue
Block a user