mirror of
https://github.com/kognise/water.css.git
synced 2025-08-22 04:43:09 +02:00
Add color emojis to the base stylesheet
This commit is contained in:
@@ -125,7 +125,7 @@
|
||||
Paste this into the <code><head></code> of your HTML:
|
||||
</h3>
|
||||
<button type="button" id="copy-button">
|
||||
<span id="copy-button-feedback" class="emoji"></span>
|
||||
<span id="copy-button-feedback"></span>
|
||||
Copy to clipboard
|
||||
</button>
|
||||
</header>
|
||||
@@ -139,13 +139,13 @@
|
||||
<h3>Options</h3>
|
||||
<form id="theme-form">
|
||||
<input type="radio" value="auto" checked name="theme" id="theme-auto" />
|
||||
<label for="theme-auto">Automatic <span class="emoji">🌙</span> / <span class="emoji">☀</span></label>
|
||||
<label for="theme-auto">Automatic 🌙 / ☀</label>
|
||||
|
||||
<input type="radio" value="dark" name="theme" id="theme-dark" />
|
||||
<label for="theme-dark">Dark theme <span class="emoji">🌙</span></label>
|
||||
<label for="theme-dark">Dark theme 🌙</label>
|
||||
|
||||
<input type="radio" value="light" name="theme" id="theme-light" />
|
||||
<label for="theme-light">Light theme <span class="emoji">☀</span></label>
|
||||
<label for="theme-light">Light theme ☀</label>
|
||||
</form>
|
||||
|
||||
<table id="version-info">
|
||||
@@ -339,7 +339,7 @@
|
||||
<h6>Heading 6</h6>
|
||||
|
||||
<footer>
|
||||
<a href="#">Back to top <span class="emoji">⬆</span></a>
|
||||
<a href="#">Back to top ⬆</a>
|
||||
</footer>
|
||||
|
||||
<script src="script.js" defer></script>
|
||||
|
Reference in New Issue
Block a user