Skip to content

Commit

Permalink
Simplify CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
alitokmen committed Dec 5, 2023
1 parent 7456229 commit 0c828ac
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 2 deletions.
16 changes: 15 additions & 1 deletion cargo/attachments/site.css
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,22 @@ a.plain:active, a.plain:hover {
text-decoration: none;
}

h1, h2 {
border-bottom: 2px solid #39434F;
color: #76849A;
padding-left: .2em;
margin-bottom: .5em;
background-color: white;
font-weight: normal;
font-size: 18px;
}

h3 {
color: #39434F;
border-bottom: 1px solid #39434F;
color: #76849A;
font-weight: normal;
padding: .1em;
margin-bottom: .5em;
}

h3 a,h3 a:link,h3 a:active,h3 a:hover, h2 a,h2 a:link,h2 a:active,h2 a:hover, h3.heading3{
Expand Down
16 changes: 15 additions & 1 deletion generator/src/main/resources/site.css
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,22 @@ a.plain:active, a.plain:hover {
text-decoration: none;
}

h1, h2 {
border-bottom: 2px solid #39434F;
color: #76849A;
padding-left: .2em;
margin-bottom: .5em;
background-color: white;
font-weight: normal;
font-size: 18px;
}

h3 {
color: #39434F;
border-bottom: 1px solid #39434F;
color: #76849A;
font-weight: normal;
padding: .1em;
margin-bottom: .5em;
}

h3 a,h3 a:link,h3 a:active,h3 a:hover, h2 a,h2 a:link,h2 a:active,h2 a:hover, h3.heading3{
Expand Down

0 comments on commit 0c828ac

Please sign in to comment.