Skip to content

Commit

Permalink
WIP hedings underlines
Browse files Browse the repository at this point in the history
  • Loading branch information
ironkayman committed Apr 2, 2024
1 parent b8d0b4b commit 01ce5a0
Showing 1 changed file with 44 additions and 0 deletions.
44 changes: 44 additions & 0 deletions src/routes/(mawanet)/mawanet/[[entry]]/layout.css
Original file line number Diff line number Diff line change
Expand Up @@ -37,27 +37,71 @@ h2 {
font-size: 3.4rem;
letter-spacing: 3px;
text-transform: uppercase;

&:is(:not(.error403))::after {
content: '';
position: relative;
float: left;
background-color: hsl(9, 29%, 22%);
width: 70%;
height: 0.8rem;
border-radius: 3px;
margin-right: 30%;
}
}

h3 {
font-size: 2.6rem;
letter-spacing: 3px;
font-family: 'familiar-pro';
text-transform: uppercase;

&::after {
content: '';
position: relative;
float: left;
background-color: hsl(235, 30%, 25%);
width: 60%;
height: 0.6rem;
border-radius: 3px;
margin-right: 40%;
}
}

h4 {
font-family: 'familiar-pro';
text-transform: uppercase;
letter-spacing: 2px;
font-size: 1.8rem;

&::after {
content: '';
position: relative;
float: left;
background-color: hsl(252, 40%, 25%);
width: 50%;
height: 0.45rem;
border-radius: 3px;
margin-right: 50%;
}
}

h5 {
font-family: 'familiar-pro';
text-transform: uppercase;
letter-spacing: 1px;
font-size: 1.3rem;

&::after {
content: '';
position: relative;
float: left;
background-color: hsl(346, 30%, 25%);
width: 40%;
height: 0.3rem;
border-radius: 3px;
margin-right: 60%;
}
}

p, li {
Expand Down

0 comments on commit 01ce5a0

Please sign in to comment.