UPDATE readme styles

This commit is contained in:
salamimitpizza 2017-02-02 00:23:36 +01:00
parent 8a16abbc07
commit 69f3b60737
2 changed files with 31 additions and 1 deletions

View File

@ -0,0 +1,30 @@
#readme {
h1 {
background: #4B5B6E;
padding-top: 30px;
padding-bottom: 30px;
color: white;
padding-left: 10%;
}
a {
color: #E77171;
text-decoration: none;
&:focus,
&:hover {
color: #E77171;
text-decoration: none;
}
}
h2,
p,
ul {
padding: 10%;
}
hr {
width: 80%;
}
}

File diff suppressed because one or more lines are too long