Browse Source

Add 'css/styles.css'

master
Stories of a Chan 3 years ago
parent
commit
070f29a52e
1 changed files with 20 additions and 0 deletions
  1. +20
    -0
      css/styles.css

+ 20
- 0
css/styles.css 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;
}

Loading…
Cancel
Save