Skip to content

Commit

Permalink
chore: Auto-fix some lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Apr 7, 2024
1 parent 2d284c2 commit f8f8dec
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions src/views/Rules.vue
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,13 @@ import { RouterLink } from 'vue-router'
<style lang="scss" scoped>
@use 'sass:color';
@use '@/variables' as *;
.explore {
margin-top: 20px;
width: 100%;
margin-right: 20px;
display: flex;
width: 100%;
justify-content: flex-end;
margin-top: 20px;
margin-right: 20px;
&__title {
margin: 0 0 20px;
Expand All @@ -58,7 +59,7 @@ import { RouterLink } from 'vue-router'
background: $links-color;
border-radius: 3px;
box-shadow: 0 2px 10px rgb(0 0 0 / 20%);
color: #000000;
color: #000;
cursor: url('../assets/img/rocket-fire.png'), auto;
font-weight: bold;
Expand Down

0 comments on commit f8f8dec

Please sign in to comment.