css: links beim hovern zeigen cursor pointer

This commit is contained in:
seli 2018-11-04 16:43:27 +01:00
parent c999fc21b2
commit 57bcba4a25

View file

@ -1,3 +1,8 @@
a:hover {
cursor: pointer;
}
/* Add a black background color to the top navigation */ /* Add a black background color to the top navigation */
.topnav { .topnav {
background: linear-gradient(to bottom, lightgrey, white); background: linear-gradient(to bottom, lightgrey, white);