-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathroyalroad.css
More file actions
31 lines (28 loc) · 773 Bytes
/
royalroad.css
File metadata and controls
31 lines (28 loc) · 773 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
/* ==UserStyle==
@name royalroad-style
@description royalroad style
@match *://royalroad.com/*
@match *://*.royalroad.com/*
==/UserStyle== */
@import url("https://fonts.googleapis.com/css?family=Amiri");
.wide,
.scroll_icon,
.chapter-content + .bold,
.chapter-content + .bold + .wide + hr,
.portlet.light.profile-sidebar-portlet.text-center.ac,
.portlet.text-center.fiction-list-item,
.portlet.light.text-center,
.portlet.light.t-center-2,
#donate + .bold,
#donate + .bold + .row {
display: none;
}
.chapter-inner.chapter-content span,
.chapter-inner.chapter-content p,
.chapter-inner.chapter-content {
font-size: 22px !important;
font-family: "Amiri" !important;
letter-spacing: 0;
font-weight: 400;
text-rendering: optimizeLegibility;
}