Added hover effect, fixed donate spacing, fixed favicon
This commit is contained in:
parent
21195b5a1d
commit
f6c450c41a
|
@ -4,8 +4,8 @@
|
|||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link rel="stylesheet" href="/hectabitstyles.css">
|
||||
<link rel="icon" href="favicon.svg">
|
||||
<title>Donate to HectaBit</title>
|
||||
<link rel="icon" href="/assets/img/hectabit.svg">
|
||||
<title>Nonfree incoming!</title>
|
||||
</head>
|
||||
<body>
|
||||
<div class="closebar">
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link rel="stylesheet" href="/hectabitstyles.css">
|
||||
<title>HectaBit Hall Of Fame</title>
|
||||
<link rel="icon" href="favicon.svg">
|
||||
<link rel="icon" href="/assets/img/hectabit.svg">
|
||||
</head>
|
||||
<body>
|
||||
<div class="closebar">
|
||||
|
|
|
@ -29,6 +29,10 @@ a {
|
|||
display: inline-block;
|
||||
}
|
||||
|
||||
.clickbutton:hover {
|
||||
background-color: rgb(40, 150, 179);
|
||||
}
|
||||
|
||||
.spacer {
|
||||
height: 10px;
|
||||
}
|
||||
|
@ -112,6 +116,10 @@ p1 {
|
|||
margin: 2px;
|
||||
}
|
||||
|
||||
.sidebar a:hover {
|
||||
background-color: rgb(40, 150, 179);
|
||||
}
|
||||
|
||||
button {
|
||||
border: none;
|
||||
top: 5px;
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link rel="stylesheet" href="/hectabitstyles.css">
|
||||
<link rel="icon" href="favicon.svg">
|
||||
<link rel="icon" href="/assets/img/hectabit.svg">
|
||||
<title>Donate to HectaBit</title>
|
||||
</head>
|
||||
<body>
|
||||
|
@ -38,7 +38,8 @@
|
|||
<div class="spacer"></div>
|
||||
</div>
|
||||
<div class="content">
|
||||
<h1>Thank you for (considering) donating to HectaBit!</h1>
|
||||
<h1>Donate</h1>
|
||||
<div class="spacer"></div>
|
||||
<script async
|
||||
src="https://js.stripe.com/v3/buy-button.js">
|
||||
</script>
|
||||
|
|
Reference in New Issue