提交 d907d4cc 编写于 作者: J Joao Moreno

holiday fixes

上级 2e55941c
......@@ -12,6 +12,8 @@
background-size: 21px;
background-repeat: no-repeat;
background-position: 16px 7px;
z-index: 100;
pointer-events: none;
}
.monaco-shell-content {
......@@ -42,6 +44,8 @@
font-weight: 200;
opacity: 0;
line-height: 1.4em;
color: #3a3a3a;
text-shadow: 2px 2px 4px rgb(138, 138, 138);
transform: translate(0,-40px);
transition-delay: 0.2s;
transition-duration: 0.8s;
......@@ -49,6 +53,11 @@
transition-timing-function: ease-out;
}
.monaco-shell.vs-dark .happy-holidays-text {
color: #fdfdfd;
text-shadow: 2px 2px 4px rgb(25, 25, 25);
}
.happy-holidays-text.animate {
transform: translate(0,0);
opacity: 1;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册