diff options
author | Harald Eilertsen <haraldei@anduin.net> | 2019-08-28 10:43:38 +0200 |
---|---|---|
committer | Harald Eilertsen <haraldei@anduin.net> | 2019-08-28 10:43:38 +0200 |
commit | 678488433e286ede6880b47288562bc91f8d0cd9 (patch) | |
tree | 2ce11df9a74f79fea41756468b87d6e9bda5c8b3 | |
parent | 2e23bcf1d45120b668f4967ea3d6dbe0536247ca (diff) | |
download | ramaskrik-social-678488433e286ede6880b47288562bc91f8d0cd9.tar.gz ramaskrik-social-678488433e286ede6880b47288562bc91f8d0cd9.tar.bz2 ramaskrik-social-678488433e286ede6880b47288562bc91f8d0cd9.zip |
Style link elements in the html.
-rw-r--r-- | public/app.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/public/app.css b/public/app.css index 752e9ac..10709d7 100644 --- a/public/app.css +++ b/public/app.css @@ -12,3 +12,11 @@ body { canvas { background-color: white; } + +a { + color: wheat; +} + +a:hover { + color: #ffd382; +} |