Skip to content

Commit

Permalink
updated styling to critiques
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve0Greatness committed Jan 28, 2024
1 parent 580095a commit 976ee64
Showing 1 changed file with 16 additions and 3 deletions.
19 changes: 16 additions & 3 deletions static/src/global.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ html {
}

body {
background-color: #161619;
background-color: #19191b;
color: #fff;
}

Expand All @@ -27,6 +27,17 @@ body {

main {
padding: 0 8px;
max-width: 60vw;
margin: 0 auto;
}

main h1,
main h2,
main h3,
main h4,
main h5,
main h6 {
text-align: center;
}

.breadcrumbs {
Expand All @@ -45,9 +56,10 @@ main {

body > header {
display: flex;
padding: 8px;
padding: 20px;
align-items: center;
background-color: #0c0c10;
background-color: #0b0b0c;
border-bottom: 1px solid #fff;
}

body > header :any-link {
Expand All @@ -64,6 +76,7 @@ body > header h2 {

body > header nav {
font-size: large;
flex: 1;
}

tr > :not(:last-child) {
Expand Down

0 comments on commit 976ee64

Please sign in to comment.