mirror of
https://github.com/tildeclub/site.git
synced 2026-01-23 21:40:18 +00:00
minor theme updates.
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
|
||||
<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>
|
||||
<tr>
|
||||
|
||||
10
style.css
10
style.css
@@ -13,13 +13,12 @@ ol {
|
||||
body {
|
||||
margin: 1em;
|
||||
font-family: "courier new", monospace;
|
||||
color: darkorange;
|
||||
color: #d46700;
|
||||
background: #000400;
|
||||
word-wrap: break-word;
|
||||
}
|
||||
a {
|
||||
background: darkorange;
|
||||
color: #223;
|
||||
color: #d46700;
|
||||
font-weight: bold;
|
||||
padding-right: 0.25em;
|
||||
}
|
||||
@@ -88,8 +87,9 @@ h1 {
|
||||
|
||||
input[type="text"],
|
||||
textarea {
|
||||
background-color: #333;
|
||||
color: darkorange;
|
||||
background-color: #191919;
|
||||
border: 0px;
|
||||
color: #d46700;
|
||||
}
|
||||
|
||||
div.alert-warning {
|
||||
|
||||
Reference in New Issue
Block a user