Fixed some css styles

This commit is contained in:
Borys Levytskyi
2015-04-15 20:15:49 +03:00
parent 789a163128
commit 3a071c8ef6
2 changed files with 2 additions and 1 deletions

View File

@@ -36,6 +36,7 @@ code { font-size: 1.2em; font-weight: bold; }
/* Light */
.light { background: rgb(250, 250, 250); }
.light a, .light a:visited { color: #222; }
.light .one { color: black; }
.light .zero { color: #888; }
.light .indicator { color: #ddd; }

View File

@@ -2,7 +2,7 @@
<html>
<head lang="en">
<meta charset="UTF-8">
<meta name="description" content="Visualised Bitwise Operations">
<meta name="description" content="Bitwise Calculator. Visualised Bitwise Operations.">
<title>BitwiseCmd</title>
<link rel="shortcut icon" href="http://bitwisecmd.com/favicon.ico">