mirror of https://github.com/tildeclub/site.git
minor theme updates.
This commit is contained in:
parent
101f431710
commit
b088e22bf3
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
<p><a href="/wiki/faq.html">Questions? See the official FAQ.</a></p>
|
<p><a href="/wiki/faq.html">Questions? See the official FAQ.</a></p>
|
||||||
|
|
||||||
<p class="advisory">SERVICE ADVISORY: Password authentication is now disabled. SSH key is now required for login. Email root if you have troubles logging in.</p>
|
<p class="advisory"></p>
|
||||||
|
|
||||||
<table>
|
<table>
|
||||||
<tr>
|
<tr>
|
||||||
|
|
10
style.css
10
style.css
|
@ -13,13 +13,12 @@ ol {
|
||||||
body {
|
body {
|
||||||
margin: 1em;
|
margin: 1em;
|
||||||
font-family: "courier new", monospace;
|
font-family: "courier new", monospace;
|
||||||
color: darkorange;
|
color: #d46700;
|
||||||
background: #000400;
|
background: #000400;
|
||||||
word-wrap: break-word;
|
word-wrap: break-word;
|
||||||
}
|
}
|
||||||
a {
|
a {
|
||||||
background: darkorange;
|
color: #d46700;
|
||||||
color: #223;
|
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
padding-right: 0.25em;
|
padding-right: 0.25em;
|
||||||
}
|
}
|
||||||
|
@ -88,8 +87,9 @@ h1 {
|
||||||
|
|
||||||
input[type="text"],
|
input[type="text"],
|
||||||
textarea {
|
textarea {
|
||||||
background-color: #333;
|
background-color: #191919;
|
||||||
color: darkorange;
|
border: 0px;
|
||||||
|
color: #d46700;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.alert-warning {
|
div.alert-warning {
|
||||||
|
|
Loading…
Reference in New Issue