Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
patyhelenaa committed Sep 22, 2023
2 parents 5255bac + d67a0cf commit a2a9eeb
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -769,7 +769,7 @@ body {
.markdown-section h3,
.markdown-section h4,
.markdown-section strong {
color: #2c3e50;
color: #42b983;
font-weight: 600;
}

Expand Down Expand Up @@ -827,7 +827,7 @@ body {
.markdown-section blockquote {
border-left: 4px solid #42b983;
border-left: 4px solid var(--theme-color, #42b983);
color: #858585;
color: #ccc;
margin: 2em 0;
padding-left: 20px;
}
Expand All @@ -853,7 +853,7 @@ body {

.markdown-section code,
.markdown-section pre {
background-color: #222;
background-color: #0c0e14;
border-radius: 10px;
}

Expand All @@ -877,7 +877,7 @@ body {

.markdown-section code {
border-radius: 2px;
color: #e96900;
color: #dec07b;
margin: 0 2px;
padding: 3px 5px;
white-space: pre-wrap;
Expand All @@ -895,7 +895,7 @@ body {
}

.markdown-section pre>code {
color: #525252;
color: #c6424d;
font-size: 0.8rem;
padding: 2.2em 5px;
line-height: inherit;
Expand Down
4 changes: 4 additions & 0 deletions docs/sprints/sprint-00/estudo-o-que-e-um-parser.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,7 @@ def parse_csv(arquivo):

if __name__ == "__main__":
parse_csv(arquivo_csv)




0 comments on commit a2a9eeb

Please sign in to comment.