diff options
-rw-r--r-- | assets/static/style.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/assets/static/style.css b/assets/static/style.css index 1512921..909f0e8 100644 --- a/assets/static/style.css +++ b/assets/static/style.css @@ -30,6 +30,12 @@ p{ line-height: 150%; } +p > a{ + text-decoration: none; + text-shadow: 0px 0px 10px #009f; + color: #000; +} + .gardienttop{ position: fixed; top: 0px; |