| summaryrefslogtreecommitdiff | 
diff options
Diffstat (limited to 'src/global')
| -rw-r--r-- | src/global/www/style.css | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/src/global/www/style.css b/src/global/www/style.css index a345650..7782f05 100644 --- a/src/global/www/style.css +++ b/src/global/www/style.css @@ -25,10 +25,12 @@ html     color: #FFEEAA;     margin: 0.1em;     padding: 0.2em; +   transition: background-color 0.3s ease-out;  }  * button:hover  { +   cursor: pointer;     background-color: #AC9D93;  } | 


