diff options
Diffstat (limited to 'static')
| -rw-r--r-- | static/styles.css | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/static/styles.css b/static/styles.css index 7359392..8a83a8a 100644 --- a/static/styles.css +++ b/static/styles.css @@ -24,6 +24,10 @@ font-family:arial; background-color:#ced3e1; } +a{ +color:#6f819d; +} + h1, h1 a{ margin:0; margin-top:2px;; @@ -49,6 +53,17 @@ h2 a:hover{ color:grey; } +h3, h3 a{ +color:black; +text-decoration:None; +margin:10px; +font-size:20px; +} + +h3 a:hover{ +color:grey; +} + p{ padding:6px; margin:6px; |
