diff options
author | Alex Auvolat <alex@adnab.me> | 2023-07-21 18:37:09 +0200 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2023-07-21 18:37:09 +0200 |
commit | 41ab1f6eb77b0c3fe24577f2daec901cedb0ad60 (patch) | |
tree | 3452fc0290ac78b25957112646d1e5ed244bb3f6 /html/style.css | |
parent | e220b38123fcecbf4448826f3f0ca2098c89181f (diff) | |
download | datagengo-41ab1f6eb77b0c3fe24577f2daec901cedb0ad60.tar.gz datagengo-41ab1f6eb77b0c3fe24577f2daec901cedb0ad60.zip |
Some batches
Diffstat (limited to 'html/style.css')
-rw-r--r-- | html/style.css | 24 |
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; +} |