Skip to content

Commit 028a41d

Browse files
committed
Update link, readme
1 parent b7b327f commit 028a41d

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
#Bisbee's Escape
22

3-
Drop
3+
A 7-day roguelike about digging tunnels and dropping crates.
4+
5+
Made for the 2106 7-day Roguelike Challenge.

index.html

+9-2
Original file line numberDiff line numberDiff line change
@@ -49,18 +49,25 @@
4949
font-family: sans-serif;
5050
color: white;
5151
}
52-
.instructions, .story {
52+
.instructions, .story, .links{
5353
max-width: 600px;
5454
margin: auto;
5555
}
56-
.instructions {
56+
.instructions, .links {
5757
text-align: center;
5858
font-weight: bold;
5959
}
6060
.story, .links{
6161
margin-top: 80px;
6262
line-height: 1.3;
6363
}
64+
.links a {
65+
color: #ffffff;
66+
text-decoration: none;
67+
}
68+
.links a:hover {
69+
text-decoration: underline;
70+
}
6471
</style>
6572
</head>
6673
<body>

0 commit comments

Comments
 (0)