Browse Source

.

pull/5/head
Duke Leto 3 years ago
parent
commit
e3628c00b8
  1. 15
      rpc/bootstrap.min.css
  2. 13
      rpc/index.html

15
rpc/bootstrap.min.css

File diff suppressed because one or more lines are too long

13
rpc/index.html

@ -11,19 +11,6 @@
<link href="./bootstrap.min.css" rel="stylesheet">
</head>
<style>
body {
width: 95%;
margin: 5 auto;
font-family: Monaco, "Bitstream Vera Sans Mono", "Lucida Console", Terminal, monospace;
background: #111111;
color: #cccccc;
}
a:link { color: #888888; }
a:visited { color: #888888; }
a:hover { color: #554200; }
a:active { color: #550000; }
.card-body {
font-size:80%;
padding-top: 0.5em;

Loading…
Cancel
Save