Add css.
This commit is contained in:
parent
2edeff726d
commit
929df87147
1 changed files with 29 additions and 0 deletions
29
static/css/style.css
Normal file
29
static/css/style.css
Normal file
|
@ -0,0 +1,29 @@
|
||||||
|
body {
|
||||||
|
max-width: 900px;
|
||||||
|
margin: auto;
|
||||||
|
background: #303446;
|
||||||
|
color: #c6d0f5;
|
||||||
|
}
|
||||||
|
|
||||||
|
h1 {
|
||||||
|
font-size: 250%;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
a {
|
||||||
|
color: #f2d5cf;
|
||||||
|
text-decoration: none;
|
||||||
|
font-weight: bold;
|
||||||
|
padding: 5px;
|
||||||
|
}
|
||||||
|
|
||||||
|
a:hover {
|
||||||
|
text-decoration: underline;
|
||||||
|
}
|
||||||
|
|
||||||
|
code {
|
||||||
|
background: #414559;
|
||||||
|
border-radius: 10px;
|
||||||
|
font-size: 105%;
|
||||||
|
padding: 2px;
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue