Add logo and color
This commit is contained in:
parent
9a91312392
commit
91541f9c69
4 changed files with 5 additions and 5 deletions
|
@ -6,12 +6,13 @@ html, body {
|
|||
font-size: 1.1em;
|
||||
}
|
||||
|
||||
a {
|
||||
color: #39005a;
|
||||
a, a:visited {
|
||||
color: #3a9784;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
text-decoration: none;
|
||||
color: #317f6f;
|
||||
}
|
||||
|
||||
h1 {
|
||||
|
@ -20,7 +21,6 @@ h1 {
|
|||
font-size: 2.5em;
|
||||
}
|
||||
|
||||
|
||||
h2 {
|
||||
margin-top: 20px;
|
||||
margin-bottom: 5px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue