Browse Source

Improved cursor

Tobias Reich 10 years ago
parent
commit
6d4c8d4233
2 changed files with 2 additions and 0 deletions
  1. 1 0
      src/styles/_content.scss
  2. 1 0
      src/styles/_header.scss

+ 1 - 0
src/styles/_content.scss

@@ -26,6 +26,7 @@
 		width: 202px;
 		height: 202px;
 		margin: 30px 0 0 30px;
+		cursor: default;
 
 		img {
 			position: absolute;

+ 1 - 0
src/styles/_header.scss

@@ -38,6 +38,7 @@ header {
 		text-align: center;
 		text-shadow: $shadow;
 		z-index: 1;
+		cursor: default;
 
 		.iconic {
 			display: none;