[S] Remove old logo style

This commit is contained in:
Hykilpikonna
2019-11-11 22:15:13 -05:00
parent 2d917d7858
commit 96a0d3bef6
+1 -10
View File
@@ -48,22 +48,13 @@
height: 60px;
// Center text
display: inline-flex;
align-items: center;
// Margins
margin-left: 20px;
margin-right: 8px;
// Font
font: bold 16px arial;
display: inline-flex;
// Shadow effect
-webkit-background-clip: text;
background-color: #b1b1b1;
color: transparent;
text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.85);
// Make it non-clickable
pointer-events: none;