aboutsummaryrefslogtreecommitdiff
path: root/Cont/index.css
diff options
context:
space:
mode:
authorJoelHMikael <joel.h.kronqvist@gmail.com>2022-01-09 20:17:16 +0200
committerJoelHMikael <joel.h.kronqvist@gmail.com>2022-01-09 20:17:16 +0200
commit21e79dcc1eabebfd661a2fd38681348ae9428c4e (patch)
tree5a3022d974155a403ee0e1e573a20db6f4ea3003 /Cont/index.css
parent24709fa862636702fd0430e832463b751fce323e (diff)
downloadLYLLRuoka-21e79dcc1eabebfd661a2fd38681348ae9428c4e.tar.gz
LYLLRuoka-21e79dcc1eabebfd661a2fd38681348ae9428c4e.zip
Database implemented
Some polishing wouldn't do bad though...
Diffstat (limited to 'Cont/index.css')
-rw-r--r--Cont/index.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/Cont/index.css b/Cont/index.css
index 1f5a422..80e5dc6 100644
--- a/Cont/index.css
+++ b/Cont/index.css
@@ -107,10 +107,16 @@ footer > a {
}
/*** the info buttons & their animations ***/
+img.info:hover {
+ filter: drop-shadow(.125rem .125rem 0 black);
+ transform: translate(-0.125rem, -0.125rem);
+}
img.info {
width: 1em;
height: 1em;
vertical-align: middle;
+ filter: drop-shadow(.0625rem .0625rem 0 black);
+ transform: translate(-0.0625rem, -0.0625rem);
}
img.info + span {