diff --git a/index.html b/index.html index 0d554817..a91a8df3 100644 --- a/index.html +++ b/index.html @@ -36,6 +36,7 @@ } span { + background-color: white; display: inline-block; width: 50vh; height: 50vh; @@ -51,8 +52,15 @@ } body { + background-color: rgb(230, 230, 230); font-family: Helvetica, Arial, sans-serif; - padding: 1em 10em; + } + + .container { + background-color: rgb(220, 220, 220); + height: 100vh; + width: 75vw; + margin-top: 0; } footer { @@ -87,6 +95,15 @@ filter: invert(100%); } + a { + color: rgb(86, 255, 128); + font-weight: 200; + } + + a:hover { + color: rgb(255, 230, 86); + } + @@ -179,7 +196,7 @@ const kun = $("svg").attr("kun"); const on = $("svg").attr("on") - $("#kanji_meaning").html((typeof meaning !== typeof undefined) ? meaning : "Apparently this has no meaning. Tell me about it."); + $("#kanji_meaning").html((typeof meaning !== typeof undefined) ? meaning : "Apparently this has no meaning.
Tell me about it so I can fix it."); $("#kun_yomi").html((typeof kun !== typeof undefined) ? "Kun: " + kun : ""); $("#on_yomi").html((typeof on !== typeof undefined) ? "On: " + on : ""); }); @@ -188,9 +205,9 @@ -
-
-
+
+
+

Enter a Kanji

@@ -207,16 +224,29 @@
-

-

-

+
+

+
+
+

+

+
+ +
- Vector Graphics supplied by - KanjiVG - . +
+ Vector Graphics supplied by + KanjiVG + . +
+ +
+ My + GitHub +