[S] Add shadow effect to logo
This commit is contained in:
@@ -46,6 +46,12 @@
|
|||||||
// Font
|
// Font
|
||||||
font: bold 16px arial;
|
font: bold 16px arial;
|
||||||
display: inline-flex;
|
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
|
#next-course
|
||||||
|
|||||||
Reference in New Issue
Block a user