diff options
author | joak <joak@nospace.at> | 2022-07-27 16:22:26 +0200 |
---|---|---|
committer | joak <joak@nospace.at> | 2022-07-27 16:22:26 +0200 |
commit | 1c94c8de58225b251b1e097184827e4065cc98ec (patch) | |
tree | 438d16be525e5377243d9cb7ada578532422e715 /assets/static | |
parent | 7e0f1439b9292d0e793f1576afdb3904bd94f9df (diff) |
changed style
Diffstat (limited to 'assets/static')
-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; |