blob: ad0c4ae4a49c56c0b540554c5045098e34396a56 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<title>tricon2-sk</title>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<style>
section {
padding: 16px;
}
</style>
</head>
<body>
<section>
<h2>colors.css</h2>
<tricon2-sk value="positive"></tricon2-sk>
<tricon2-sk value="negative"></tricon2-sk>
<tricon2-sk value="untriaged"></tricon2-sk>
</section>
<section class="body-sk">
<h2>themes.css</h2>
<tricon2-sk value="positive"></tricon2-sk>
<tricon2-sk value="negative"></tricon2-sk>
<tricon2-sk value="untriaged"></tricon2-sk>
</section>
<section class="body-sk darkmode">
<h2>themes.css - darkmode</h2>
<tricon2-sk value="positive"></tricon2-sk>
<tricon2-sk value="negative"></tricon2-sk>
<tricon2-sk value="untriaged"></tricon2-sk>
</section>
</body>
</html>