diff --git a/WORKLOG.md b/WORKLOG.md index 1967a507..8514baf8 100644 --- a/WORKLOG.md +++ b/WORKLOG.md @@ -1,6 +1,15 @@ # WORK WORK ## NOW *PRODUCTION* +* ACP + * essential + * error log + * account lookup w/ pw reset + + * nice to have + +* bot game grind + * serde serialize privatise * stripe prod * mobile styles diff --git a/client/assets/styles/styles.less b/client/assets/styles/styles.less index 690731a1..76fe12bf 100644 --- a/client/assets/styles/styles.less +++ b/client/assets/styles/styles.less @@ -121,7 +121,19 @@ button, input { a { color: whitesmoke; - font-size: 150%; + text-decoration: none; + + &:hover { + color: whitesmoke; + border-color: @gray-hover; + } + + &:focus { + /*colour necesary to bash skellington*/ + color: @gray-focus; + border-color: @gray-focus; + } + } svg { diff --git a/client/src/components/account.management.jsx b/client/src/components/account.management.jsx index fe058f6f..3561094e 100644 --- a/client/src/components/account.management.jsx +++ b/client/src/components/account.management.jsx @@ -84,17 +84,17 @@ class AccountStatus extends Component {