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 5741aeb commit a5bafcd
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 22 deletions.
20 changes: 10 additions & 10 deletions .factory/index.css.scss
Original file line number Diff line number Diff line change
Expand Up @@ -116,10 +116,6 @@ li {
%a {
color: var(--color-link);
font-weight: bold;
img {
background: var(--stroke-1);
padding: 4px;
}
&:focus,
&:hover {
color: var(--color-link-1);
Expand Down Expand Up @@ -180,6 +176,10 @@ li {

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

abbr {
Expand Down Expand Up @@ -336,27 +336,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
23 changes: 12 additions & 11 deletions index.css
Original file line number Diff line number Diff line change
Expand Up @@ -128,11 +128,6 @@ a,
color: var(--color-link);
font-weight: bold;
}
a img,
[role=link] img {
background: var(--stroke-1);
padding: 4px;
}
a:focus,
[role=link]:focus,
a:hover,
Expand Down Expand Up @@ -235,6 +230,12 @@ u {
text-decoration: underline;
}

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

abbr {
cursor: help;
}
Expand Down Expand Up @@ -339,27 +340,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 a5bafcd

Please sign in to comment.