File tree Expand file tree Collapse file tree 2 files changed +23
-0
lines changed Expand file tree Collapse file tree 2 files changed +23
-0
lines changed Original file line number Diff line number Diff line change
1
+ const styles = `
2
+ #content-area {
3
+ background-color: rgb(95, 103, 111);
4
+ }
5
+ #breadcrumbs nav {
6
+ background-color: #bbdcff;
7
+ border-radius: 3px;
8
+ }
9
+ #footer strong, #footer a {
10
+ color: white;
11
+ }
12
+ #sponsors, #footer-legal {
13
+ display: none;
14
+ }
15
+ .card-body {
16
+ background-color: #e6e6e6;
17
+ }
18
+ ` ;
19
+ const sheet = document . createElement ( "style" ) ;
20
+ sheet . type = "text/css" ;
21
+ sheet . innerText = styles ;
22
+ document . head . appendChild ( sheet ) ;
Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ switch (location.host) {
23
23
case "guidestar.org" :
24
24
case "npmjs.com" :
25
25
case "reddit.com" :
26
+ case "build.opensuse.org" :
26
27
case "youtube.com" :
27
28
target = domain ;
28
29
}
You can’t perform that action at this time.
0 commit comments