Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Arun Kumar Attri committed May 21, 2023
1 parent 7e8450c commit d367ecf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion fstab.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
mountpoints:
/: https://drive.google.com/drive/u/0/folders/1H1kWNhbiicrN0uh6-E9w6CBtmqJRWmra
/: https://drive.google.com/drive/u/0/folders/15i8B6Dg5VliinY_yQKkR7WPcu273jkyI
5 changes: 5 additions & 0 deletions styles/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
--background-color: #fff;
--overlay-background-color: #eee;
--highlight-background-color: #ccc;
--highlight-background-color-blue: #061c44;
--text-color: #000;

/* fonts */
Expand Down Expand Up @@ -241,3 +242,7 @@ main .section {
main .section.highlight {
background-color: var(--highlight-background-color);
}

main .section.highlight-blue {
background-color: var(--highlight-background-color);
}

0 comments on commit d367ecf

Please sign in to comment.