diff --git a/Jax.html b/Jax.html index 4c4e7f1..dcfa91b 100644 --- a/Jax.html +++ b/Jax.html @@ -41,24 +41,25 @@
-
- +
+ + + + + + + +
- - - - - - - +
+ diff --git a/css/custom.css b/css/custom.css index a0a4732..b05703a 100644 --- a/css/custom.css +++ b/css/custom.css @@ -170,12 +170,15 @@ small { letter-spacing: 2px; } -.image-credit-icon { +.image-credit-icon, .image-credit-icon a { color: #42769E; font-size: 20px; border-radius: 15px; } +.image-credit-icon:hover, .image-credit-icon a:hover { + color: #f5a9b8; +} .character-name { font-size: 2.5em; font-weight: bold; @@ -278,4 +281,8 @@ small { .character-info:hover .spoiler { opacity: 1; +} + +.test11 { + display: block; } \ No newline at end of file