Skip to content

Commit

Permalink
enhance css
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasRu committed Aug 9, 2023
1 parent 71ea06e commit cd3fcb0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions libs/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ body {
font-family: 'Open Sans', sans-serif;
font-family: 'Open Sans Light', sans-serif;
font-family: 'Open Sans Condensed', sans-serif;
background: linear-gradient(92deg, #002e34 10%, #333636 76%);
background: linear-gradient(92deg, #002e34 30%, #106c6c 76%);
font-size: 1rem;
max-width: 992px;
Expand Down Expand Up @@ -154,7 +153,7 @@ code {
}

pre {
background: linear-gradient(92deg, #0b081e 50%, #604876 76%);
background: linear-gradient(137deg, #000000 50%, #604876 90%);
max-height: 20rem;
overflow: auto;
overflow-y: auto;
Expand Down

0 comments on commit cd3fcb0

Please sign in to comment.