diff options
Diffstat (limited to 'src/styles/style.css')
| -rw-r--r-- | src/styles/style.css | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/src/styles/style.css b/src/styles/style.css index 98acff7..2f5d005 100644 --- a/src/styles/style.css +++ b/src/styles/style.css @@ -15,19 +15,21 @@ body { text-align: center; } -a:link { +a { color: #00e600; - background-color: transparent; text-decoration: none; font-size: 20px; } -a:visited { - color: gray; - background-color: transparent; - text-decoration: none; +a:hover { + color: #00ff00; +} + +a:active { + color: #009400; } + p { font-size: 20px; } |
