update readmes, documenation, and expose more colors in colors

This commit is contained in:
2022-04-13 17:55:16 +01:00
parent 6143411d69
commit c7465706c4
8 changed files with 65 additions and 44 deletions

View File

@@ -1,23 +1,23 @@
in the css
@import url("https://styles.alv.cx/modules/darkmode.css");
@import url("https://styles.alv.cx/modules/darkmode.css");
example:
<ul class="buttonlist">
<li>
<a href="link to whatever">
<p>text</p>
</a>
</li>
<li>
<a href="link to whatever2">
<p>text2</p>
</a>
</li>
<li>
<a href="link to whatever3">
<p>text3</p>
</a>
</li>
</ul>
<ul class="buttonlist">
<li>
<a href="link to whatever">
<p>text</p>
</a>
</li>
<li>
<a href="link to whatever2">
<p>text2</p>
</a>
</li>
<li>
<a href="link to whatever3">
<p>text3</p>
</a>
</li>
</ul>

View File

@@ -1,3 +1,3 @@
in the css
@import url("https://styles.alv.cx/modules/darkmode.css");
@import url("https://styles.alv.cx/modules/darkmode.css");

View File

@@ -1,13 +1,13 @@
in the css
@import url("https://styles.alv.cx/modules/darkmode.css");
@import url("https://styles.alv.cx/modules/darkmode.css");
example:
<div id="searchWrapper">
<input id="search" placeholder="Search">
</div>
<p class="smallText" style="margin-top: 0; text-align: center">
Press (<kbd>Shift</kbd>+)<kbd>Enter</kbd> to open first result (in new tab)
</p>
<div id="results"> </div>
<div id="searchWrapper">
<input id="search" placeholder="Search">
</div>
<p class="smallText" style="margin-top: 0; text-align: center">
Press (<kbd>Shift</kbd>+)<kbd>Enter</kbd> to open first result (in new tab)
</p>
<div id="results"> </div>