0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-26 07:22:44 +00:00

remove gradient, set counter to start at '2'

This commit is contained in:
Gazook89
2021-09-28 20:06:29 -05:00
parent 4e24f0dd4b
commit 39f745639f

View File

@@ -4,10 +4,12 @@
width : 100%;
.codeEditor{
height : 100%;
counter-reset : page;
height : 100%;
counter-reset : page;
counter-increment : page;
.pageLine{
background : linear-gradient(to bottom, white 80%, lightgray);
background : #33333328;
border-top : #339 solid 1px;
&:after{
content : counter(page);
counter-increment : page;