Skip to content

Commit

Permalink
Perfect styling
Browse files Browse the repository at this point in the history
  • Loading branch information
smallpaes committed Sep 30, 2019
1 parent ec7de34 commit 93bc73e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/views/AdminUsers.vue
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,16 @@ export default {
</script>

<style scoped>
.admin-nav a:first-of-type {
color: #4c4c4c;
}
.admin-nav a:hover,
.admin-nav a:nth-of-type(2):hover {
text-decoration: none;
color: #1da1f2;
}
.admin-nav a:nth-of-type(2) {
color: rgb(0, 132, 180);
}
Expand Down

0 comments on commit 93bc73e

Please sign in to comment.