change px to rem
This commit is contained in:
+3
-3
@@ -57,8 +57,8 @@ h1 {
|
|||||||
|
|
||||||
/* Change look of folding-marks */
|
/* Change look of folding-marks */
|
||||||
.folding-mark {
|
.folding-mark {
|
||||||
width: 6px;
|
width: 2rem;
|
||||||
height: 6px;
|
height: 2rem;
|
||||||
border-radius: 16px;
|
border-radius: 8rem;
|
||||||
background-color: #ff8c00;
|
background-color: #ff8c00;
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user