We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7b327f commit 028a41dCopy full SHA for 028a41d
README.md
@@ -1,3 +1,5 @@
1
#Bisbee's Escape
2
3
-Drop
+A 7-day roguelike about digging tunnels and dropping crates.
4
+
5
+Made for the 2106 7-day Roguelike Challenge.
index.html
@@ -49,18 +49,25 @@
49
font-family: sans-serif;
50
color: white;
51
}
52
- .instructions, .story {
+ .instructions, .story, .links{
53
max-width: 600px;
54
margin: auto;
55
56
- .instructions {
+ .instructions, .links {
57
text-align: center;
58
font-weight: bold;
59
60
.story, .links{
61
margin-top: 80px;
62
line-height: 1.3;
63
64
+ .links a {
65
+ color: #ffffff;
66
+ text-decoration: none;
67
+ }
68
+ .links a:hover {
69
+ text-decoration: underline;
70
71
</style>
72
</head>
73
<body>
0 commit comments