Put some global css in external file
This commit is contained in:
parent
d70ecc146e
commit
9482c3f810
2 changed files with 20 additions and 21 deletions
|
|
@ -1,3 +1,16 @@
|
|||
body {
|
||||
color: rgb(66,66,66);
|
||||
}
|
||||
h1,h2,h3,h4,h5,h6 {
|
||||
color: rgb(44,44,44);
|
||||
}
|
||||
a {
|
||||
color: rgb(42,93,173);
|
||||
text-decoration: none;
|
||||
}
|
||||
a:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
blockquote {
|
||||
padding-left: 16.875px;
|
||||
border-left: 6px solid lightgray;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue