Add 'css/styles.css'

This commit is contained in:
Stories of a Chan 2021-02-26 21:24:24 -05:00
parent 0bf313eb4e
commit 070f29a52e

20
css/styles.css Normal file
View File

@ -0,0 +1,20 @@
@import url("https://absucc.github.io/redefault/redefault.min.css");
body {
font-family: Verdana, sans-serif;
margin: auto;
padding: 20px;
max-width: 720px;
text-align: left;
word-wrap: break-word;
overflow-wrap: break-word;
line-height: 1.5;
background: green;
}
h1, h2, h3, h4, h5, h6, strong, b {
color: #222;
}
a {
color: #3273dc;
}