Browse Source

.

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

13
rpc/bootstrap.min.css

@ -1,3 +1,16 @@
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; }
/*!
* Bootstrap v4.0.0 (https://getbootstrap.com)
* Copyright 2011-2018 The Bootstrap Authors

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