Skip to content

Commit 2f5b4b5

Browse files
committed
Added a default theme.
1 parent c9209fb commit 2f5b4b5

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

themes/default.css

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
.pace {
2+
-webkit-pointer-events: none;
3+
pointer-events: none;
4+
-webkit-user-select: none;
5+
-moz-user-select: none;
6+
user-select: none;
7+
}
8+
9+
.pace-inactive {
10+
display: none;
11+
}
12+
13+
.pace .pace-progress {
14+
background: #D72630;
15+
position: fixed;
16+
z-index: 2000;
17+
top: 0;
18+
right: 100%;
19+
width: 100%;
20+
height: 2px;
21+
}

0 commit comments

Comments
 (0)