aboutsummaryrefslogtreecommitdiff
path: root/html/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'html/style.css')
-rw-r--r--html/style.css24
1 files changed, 24 insertions, 0 deletions
diff --git a/html/style.css b/html/style.css
new file mode 100644
index 0000000..f4e6e3c
--- /dev/null
+++ b/html/style.css
@@ -0,0 +1,24 @@
+a {
+ color: blue;
+}
+
+.ja {
+ text-align: center;
+ font-size: 2em;
+}
+
+.ja:hover .char_cur {
+ color: red;
+}
+
+.ja:hover .char_p1 {
+ color: magenta;
+}
+
+.ja:hover .char_p2 {
+ color: blue;
+}
+
+.ja:hover .char_bad {
+ color: grey;
+}