Skip to content
Permalink
Browse files
misc fixes
  • Loading branch information
chinchang committed Oct 1, 2021
1 parent 868203a commit d0726f416e629d626082cd5c2825691d5389d679
Show file tree
Hide file tree
Showing 2 changed files with 2,583 additions and 16 deletions.
@@ -6,7 +6,7 @@
<title>Hint.css - A tooltip library in CSS</title>
<meta name="description" content="A CSS only tooltip library">
<meta name="viewport" content="width=device-width">
<link href='https://fonts.googleapis.com/css?family=Lobster' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Lobster&display=swap' rel='stylesheet' type='text/css'>

<link rel="image_src" href="hint.png"/>

@@ -169,11 +169,6 @@
}

.titlebar {
background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ebebeb, color-stop(1, #d5d5d5)));
background: -webkit-linear-gradient(top, #ebebeb, #d5d5d5);
background: -moz-linear-gradient(top, #ebebeb, #d5d5d5);
background: -ms-linear-gradient(top, #ebebeb, #d5d5d5);
background: -o-linear-gradient(top, #ebebeb, #d5d5d5);
background: linear-gradient(top, #ebebeb, #d5d5d5);
color: #4d494d;
font-size: 11pt;

0 comments on commit d0726f4

Please sign in to comment.