Skip to content

Commit

Permalink
Added dotted pattern to bg
Browse files Browse the repository at this point in the history
  • Loading branch information
IAmJafeth committed Sep 6, 2024
1 parent a4e3934 commit e1b7216
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions quartz/components/styles/graph.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
margin: 0.5em 0;
position: relative;
overflow: hidden;
background-color: var(--light);

& > #global-graph-icon {
color: var(--dark);
Expand Down
2 changes: 2 additions & 0 deletions quartz/styles/base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ section {
margin: 0;
max-width: 100%;
box-sizing: border-box;
background-image: radial-gradient(var(--lightgray) 2px, transparent 2px);
background-size: 100px 100px;
background-color: var(--light);
font-family: var(--bodyFont);
color: var(--darkgray);
Expand Down

0 comments on commit e1b7216

Please sign in to comment.