diff options
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -17,6 +17,10 @@ body { color: #ffffef; } +h1,h2,h3 { + color: #ffa500 +} + a { color: #0ca; text-decoration: none; @@ -27,6 +31,10 @@ a:hover { text-decoration: none; } +li { + color: #00bcd4; +} + img { max-width: 600px; max-height: 400px; |
