Quellcode durchsuchen

Some style fixes.

master
Trey Del Bonis vor 4 Jahren
Ursprung
Commit
4813d091be
2 geänderte Dateien mit 3 neuen und 3 gelöschten Zeilen
  1. 1
    1
      www/index.html
  2. 2
    2
      www/style.css

+ 1
- 1
www/index.html Datei anzeigen

<meta name="author" content="Trey Del Bonis"/> <meta name="author" content="Trey Del Bonis"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/> <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> <script src="main.js"></script>
<link rel="stylesheet" type="text/css" href="style.css"/> <link rel="stylesheet" type="text/css" href="style.css"/>
</head> </head>

+ 2
- 2
www/style.css Datei anzeigen



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


a:hover { a:hover {
} }


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


.blocklistodd { .blocklistodd {

Laden…
Abbrechen
Speichern