Add fancy colours to links

sql-rework
Tomasz Golinski 2020-03-21 04:37:43 +01:00
rodzic f13f9782a1
commit 4282846e8f
1 zmienionych plików z 12 dodań i 2 usunięć

14
geo.css
Wyświetl plik

@ -49,10 +49,20 @@ a:active {
text-decoration: none;
}
a.fav {
a.fav:before {
display: inline-block;
background-image: url("rating-star.png");
background-repeat: no-repeat;
padding-left: 20px;
padding: 0.5em 10px;
content: "";
}
a:hover {
background: linear-gradient(to right, #B84, #4B8);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
color: transparent;
}
table,