Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
taufik-nurrohman committed Dec 15, 2024
1 parent 6d4c70e commit 97fe2a8
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 10 deletions.
8 changes: 4 additions & 4 deletions .factory/index.css.scss
Original file line number Diff line number Diff line change
Expand Up @@ -114,10 +114,6 @@ li {

%a {
color: #de7008;
img {
background: red;
padding: 4px;
}
&:focus,
&:hover {
color: #e0ad12;
Expand Down Expand Up @@ -174,6 +170,10 @@ li {

a {
@extend %a;
img {
background: #e0ad12;
padding: 4px;
}
}

abbr {
Expand Down
11 changes: 6 additions & 5 deletions index.css
Original file line number Diff line number Diff line change
Expand Up @@ -127,11 +127,6 @@ a,
[role=link] {
color: #de7008;
}
a img,
[role=link] img {
background: red;
padding: 4px;
}
a:focus,
[role=link]:focus,
a:hover,
Expand Down Expand Up @@ -227,6 +222,12 @@ u {
text-decoration: underline;
}

a img,
[role=link] img {
background: #e0ad12;
padding: 4px;
}

abbr {
cursor: help;
}
Expand Down
Loading

0 comments on commit 97fe2a8

Please sign in to comment.