diff options
author | Marius Peter <marius.peter@tutanota.com> | 2024-12-31 19:25:07 +0100 |
---|---|---|
committer | Marius Peter <marius.peter@tutanota.com> | 2024-12-31 19:25:07 +0100 |
commit | e03e7b2c3fd8d5bc97d9ca46594ec6dc689bce64 (patch) | |
tree | 7f7e0a959a9aae9a0b7104a2225f240d61b0e755 /app/assets/stylesheets/components/tartiflette_container.css | |
parent | fe5c5b24c462243fcb7c13b3f380378d8935fba2 (diff) |
Updated stylesheets.
Diffstat (limited to 'app/assets/stylesheets/components/tartiflette_container.css')
-rw-r--r-- | app/assets/stylesheets/components/tartiflette_container.css | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/app/assets/stylesheets/components/tartiflette_container.css b/app/assets/stylesheets/components/tartiflette_container.css index 64c4053..abe5537 100644 --- a/app/assets/stylesheets/components/tartiflette_container.css +++ b/app/assets/stylesheets/components/tartiflette_container.css @@ -33,7 +33,11 @@ background-color: firebrick; } - .tartiflette-link:hover { - background-color: #0056b3; /* Darker blue for hover effect */ + .unscored.tartiflette-link:hover { + background-color: tomato; + } + + .scored.tartiflette-link:hover { + background-color: limegreen; } } |