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 7f42547 commit 1292f36
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 @@ -114,10 +114,6 @@ li {

%a {
color: #473624;
img {
border: 1px solid #bfb186;
padding: 4px;
}
&:focus,
&:hover {
color: #956839;
Expand Down Expand Up @@ -177,6 +173,10 @@ li {

a {
@extend %a;
img {
border: 1px solid #bfb186;
padding: 4px;
}
}

abbr {
Expand Down Expand Up @@ -337,27 +337,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 @@ -127,11 +127,6 @@ a,
[role=link] {
color: #473624;
}
a img,
[role=link] img {
border: 1px solid #bfb186;
padding: 4px;
}
a:focus,
[role=link]:focus,
a:hover,
Expand Down Expand Up @@ -224,6 +219,12 @@ u {
text-decoration: underline;
}

a img,
[role=link] img {
border: 1px solid #bfb186;
padding: 4px;
}

abbr {
cursor: help;
}
Expand Down Expand Up @@ -333,27 +334,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 1292f36

Please sign in to comment.