diff options
| author | hallgren <hallgren@chalmers.se> | 2012-03-01 14:51:16 +0000 |
|---|---|---|
| committer | hallgren <hallgren@chalmers.se> | 2012-03-01 14:51:16 +0000 |
| commit | 24a650be639878c1aa47aacf7f40d155ec032143 (patch) | |
| tree | 6a7bb9c29600e9a31dafde3001924f1523fa9cb0 /css/style.css | |
| parent | f34b0528479401d90fe1b43782d2403e5bfcf764 (diff) | |
GF home page minor style update
Diffstat (limited to 'css/style.css')
| -rw-r--r-- | css/style.css | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/css/style.css b/css/style.css index 1065bc762..81c5db6d4 100644 --- a/css/style.css +++ b/css/style.css @@ -2,9 +2,11 @@ body { background-color: #f2f2f2; } -h1,h2,h3 { font-family: sans-serif; } +h1,h2,h3 { font-family: sans-serif; color: #303030; + text-shadow: rgba(0,0,0,0.25) 2px 2px 5px; + } h1 { text-align: center; } -h2 { border-bottom: 2px solid black; clear: right; } +h2 { border-bottom: 2px solid #303030; clear: right; } div.center { text-align: center; } div.news { font-size: small; } |
