[S] Make logo non-clickable
This commit is contained in:
@@ -52,6 +52,9 @@
|
|||||||
background-color: #dedede;
|
background-color: #dedede;
|
||||||
color: transparent;
|
color: transparent;
|
||||||
text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.6);
|
text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.6);
|
||||||
|
|
||||||
|
// Make it non-clickable
|
||||||
|
pointer-events: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
#next-course
|
#next-course
|
||||||
|
|||||||
Reference in New Issue
Block a user