Add 'css/styles.css'
This commit is contained in:
parent
0bf313eb4e
commit
070f29a52e
20
css/styles.css
Normal file
20
css/styles.css
Normal 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;
|
||||
}
|
Loading…
Reference in New Issue
Block a user