local and global graph

This commit is contained in:
Jacky Zhao
2023-06-18 10:47:07 -07:00
parent 8bfee04c8c
commit c4cf0dcb02
23 changed files with 1288 additions and 110 deletions

View File

@ -1,8 +1,7 @@
.darkmode {
float: right;
padding: 1rem;
min-width: 30px;
position: relative;
width: 20px;
height: 20px;
& > .toggle {
display: none;
@ -16,7 +15,6 @@
width: 20px;
height: 20px;
top: calc(50% - 10px);
margin: 0 7px;
fill: var(--darkgray);
transition: opacity 0.1s ease;
}