diff --git a/core/static/index.css b/core/static/index.css index 94ab354..7f9e7f5 100644 --- a/core/static/index.css +++ b/core/static/index.css @@ -339,4 +339,16 @@ a{ .processElement>img{ width: 20px; margin-left: 6px; - } \ No newline at end of file + } + + +#jarvis { color: #d9d9d9; } + span { + color: #050505; + transition: color 1s, font-size 1s; + font-size: 0px; +} +#jarvis:hover span { + color: #d9d9d9; + font-size: 1em; +} \ No newline at end of file diff --git a/core/static/index.html b/core/static/index.html index 5f650cc..b2e43a0 100644 --- a/core/static/index.html +++ b/core/static/index.html @@ -24,7 +24,7 @@