[S] Add shadow effect to logo

This commit is contained in:
Hykilpikonna
2019-11-03 11:18:26 -05:00
parent b913873951
commit fb3186d575
@@ -46,6 +46,12 @@
// Font
font: bold 16px arial;
display: inline-flex;
// Shadow effect
-webkit-background-clip: text;
background-color: #dedede;
color: transparent;
text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.6);
}
#next-course