mirror of
https://github.com/YunoHost/install_script.git
synced 2024-09-03 20:06:25 +02:00
[enh] Add some sexyness to web page.
This commit is contained in:
parent
b8aa4edb7f
commit
40190c58a4
1 changed files with 28 additions and 1 deletions
29
index.html
29
index.html
|
@ -11,11 +11,38 @@
|
|||
body {
|
||||
max-width: 50em;
|
||||
margin: auto;
|
||||
color: #111;
|
||||
}
|
||||
::-moz-selection { background: deeppink; color: white; }
|
||||
::selection { background: deeppink; color: white; }
|
||||
|
||||
a {
|
||||
color: deeppink;
|
||||
text-decoration: none;
|
||||
}
|
||||
a:hover,
|
||||
a:focus {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
section {
|
||||
margin: 2em 0;
|
||||
}
|
||||
|
||||
section h2 {
|
||||
font-family: sans-serif;
|
||||
line-height: 1.4;
|
||||
border-bottom: 1px solid #ddd;
|
||||
}
|
||||
|
||||
code {
|
||||
display: inline-block;
|
||||
background: #eee;
|
||||
padding: 0.15em;
|
||||
}
|
||||
|
||||
pre code {
|
||||
display: block;
|
||||
background: #eee;
|
||||
padding: 1em;
|
||||
}
|
||||
pre code:before {
|
||||
|
|
Loading…
Add table
Reference in a new issue