improve styling a little
This commit is contained in:
parent
a97f258348
commit
045de1df0b
12 changed files with 418 additions and 8 deletions
|
|
@ -1,7 +1,18 @@
|
|||
<meta charset="utf-8" />
|
||||
<ul>
|
||||
<li><a href="admin.html">admin</a></li>
|
||||
<li><a href="buzzer.html">buzzer</a></li>
|
||||
<li><a href="matrix.html">matrix</a></li>
|
||||
<li><a href="monitor.html">monitor</a></li>
|
||||
</ul>
|
||||
<style type="text/css">
|
||||
@import "shared.css";
|
||||
|
||||
h1 {
|
||||
font-family: "Galada Regular";
|
||||
font-size: 28em;
|
||||
text-align: center;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
a { font-family: inherit; color: inherit; text-decoration: inherit; }
|
||||
a:link { color: inherit; text-decoration: inherit; }
|
||||
a:visited { color: inherit; text-decoration: inherit; }
|
||||
a:hover { color: inherit; text-decoration: inherit; }
|
||||
a:active { color: inherit; text-decoration: inherit; }
|
||||
</style>
|
||||
<h1>Qu<a href="buzzer.html">i</a>z</h1>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue