Browse Source

hushify

pull/5/head
Duke Leto 3 years ago
parent
commit
d221643f11
  1. 13
      rpc/index.html

13
rpc/index.html

@ -11,6 +11,19 @@
<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