-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 150479d
Showing
3 changed files
with
26 additions
and
0 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
<html> | ||
<head> | ||
<link rel="icon" href="./favicon.ico"></link> | ||
<script src="https://cdn.bootcss.com/babel-polyfill/6.26.0/polyfill.js"></script> | ||
<title>Databend Cloud Icons</title> | ||
</head> | ||
<style> | ||
.icon.default{ | ||
fill: transparent; | ||
stroke: rgb(1, 14, 41); | ||
} | ||
.icon.default:has(path[fill-rule="evenodd"]:not(:last-child)) { | ||
fill: rgb(1, 14, 41); | ||
} | ||
h1 { | ||
padding-left: 96px; | ||
color: #0175f6; | ||
font-weight: 600; | ||
} | ||
</style> | ||
<body> | ||
<div id="root"></div> | ||
<script src="./index.js"></script> | ||
</body> | ||
</html> |
Large diffs are not rendered by default.
Oops, something went wrong.