Skip to content

Commit 1ba06a0

Browse files
committedMay 1, 2020
Add dev dependencies
1 parent 67a7b26 commit 1ba06a0

File tree

5 files changed

+2458
-28
lines changed

5 files changed

+2458
-28
lines changed
 

‎index.html

+5-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,11 @@
88
<link type="text/css" rel="stylesheet" href="https://statsim.com/port/css/port.css" media="screen"/>
99
<link rel="icon" type="image/png" href="https://statsim.com/app/images/favicon-32x32.png" sizes="32x32">
1010
<link rel="icon" type="image/png" href="https://statsim.com/app/images/favicon-16x16.png" sizes="16x16">
11-
<style> a { color: #19BCB0 } </style>
11+
<style>
12+
a { color: #19BCB0 }
13+
.rejected { color: #CE2A62 }
14+
.confirmed { color: #19BCB0 }
15+
</style>
1216
</head>
1317
<body>
1418
<div style="font-weight: 300">

0 commit comments

Comments
 (0)
Please sign in to comment.