+ vscode night owl theme

This commit is contained in:
committer
2024-05-15 07:15:59 -05:00
parent e2c14487aa
commit d18120752c
51 changed files with 19760 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
.someClass {
font-family: serif;
}
#someID {
background: yellow;
}
main {
margin-top: 20px;
}
.someotherclass {
padding: 20px;
box-shadow: 0 0 0 2px inset;
}