Browse Source

Some style fixes.

master
Trey Del Bonis 4 years ago
parent
commit
4813d091be
2 changed files with 3 additions and 3 deletions
  1. 1
    1
      www/index.html
  2. 2
    2
      www/style.css

+ 1
- 1
www/index.html View File

@@ -6,7 +6,7 @@
<meta name="author" content="Trey Del Bonis"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>

<title>Minihalf Halving Countdown</title>
<title>Bitcoin Halving Countdown</title>
<script src="main.js"></script>
<link rel="stylesheet" type="text/css" href="style.css"/>
</head>

+ 2
- 2
www/style.css View File

@@ -10,7 +10,7 @@ body {

a {
text-decoration: none;
color: darkblue;
color: #00a;
}

a:hover {
@@ -43,7 +43,7 @@ a:hover {
}

.blocklisteven {
background-color: #E29531;
background-color: #d79025;
}

.blocklistodd {

Loading…
Cancel
Save