diff options
Diffstat (limited to 'static/styles.css')
| -rw-r--r-- | static/styles.css | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/static/styles.css b/static/styles.css index 8c102d8..5f7996e 100644 --- a/static/styles.css +++ b/static/styles.css @@ -8,6 +8,7 @@ body { background: #f5f5f5; + font-size: 25px; } h1 { @@ -19,7 +20,7 @@ h1 { article { max-width: 800px; margin: 0 auto 50px; - padding: 20px; + padding: 40px; background: #fff0f5; border: 5px solid #ff69b4; border-radius: 15px; @@ -30,3 +31,11 @@ img { border: 5px solid #ff69b4; background: white; } + +a:link { + color: #ff69b4; +} + +a:visited { + color: #a02090; +} |
