diff --git a/images/cursor.png b/images/cursor.png new file mode 100644 index 00000000..f0b7ad5f Binary files /dev/null and b/images/cursor.png differ diff --git a/index.html b/index.html index 902654cb..fdf90819 100644 --- a/index.html +++ b/index.html @@ -4,24 +4,15 @@ Card Conjurer
Card Conjurer
- - + + + @@ -565,6 +556,7 @@ input[type="color"] { a:link { color: var(--main-text-color); background-color: rgba(100, 200, 0, 0.1); + border-radius: 0.25em; } a:visited { color: var(--main-text-color); @@ -592,11 +584,10 @@ a:active { } @media only screen and (min-width: 1455px) { /*The card manipulator menu can be side-by-side with the wide card*/ - .column-1.wide {width: auto; cursor: crosshair;} + .column-1.wide {width: auto;} .column-2.wide { width: calc(100% - 1084px); margin-bottom: 0px; - cursor: crosshair; } } @media only screen and (min-width: 801px) { @@ -609,6 +600,7 @@ a:active { } * { font-size: 25px; + cursor: url(images/cursor.png), auto; } }