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 737e2bf commit 0767ee1
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 24 deletions.
22 changes: 11 additions & 11 deletions .factory/index.css.scss
Original file line number Diff line number Diff line change
Expand Up @@ -110,11 +110,6 @@ li {

%a {
color: var(--color-link);
img {
border: 1px solid;
border-color: var(--stroke);
padding: 4px;
}
&:focus,
&:hover {
color: var(--color-link-1);
Expand Down Expand Up @@ -175,6 +170,11 @@ li {

a {
@extend %a;
img {
border: 1px solid;
border-color: var(--stroke);
padding: 4px;
}
}

abbr {
Expand Down Expand Up @@ -335,27 +335,27 @@ h6 {
}

h1 {
font-size: 310%;
font-size: 260%;
}

h2 {
font-size: 250%;
font-size: 200%;
}

h3 {
font-size: 200%;
font-size: 150%;
}

h4 {
font-size: 160%;
font-size: 110%;
}

h5 {
font-size: 130%;
font-size: 80%;
}

h6 {
font-size: 110%;
font-size: 60%;
}

hr {
Expand Down
25 changes: 13 additions & 12 deletions index.css
Original file line number Diff line number Diff line change
Expand Up @@ -127,12 +127,6 @@ a,
[role=link] {
color: var(--color-link);
}
a img,
[role=link] img {
border: 1px solid;
border-color: var(--stroke);
padding: 4px;
}
a:focus,
[role=link]:focus,
a:hover,
Expand Down Expand Up @@ -229,6 +223,13 @@ u {
text-decoration: underline;
}

a img,
[role=link] img {
border: 1px solid;
border-color: var(--stroke);
padding: 4px;
}

abbr {
cursor: help;
}
Expand Down Expand Up @@ -343,27 +344,27 @@ h6 {
}

h1 {
font-size: 310%;
font-size: 260%;
}

h2 {
font-size: 250%;
font-size: 200%;
}

h3 {
font-size: 200%;
font-size: 150%;
}

h4 {
font-size: 160%;
font-size: 110%;
}

h5 {
font-size: 130%;
font-size: 80%;
}

h6 {
font-size: 110%;
font-size: 60%;
}

hr {
Expand Down
Loading

0 comments on commit 0767ee1

Please sign in to comment.