fixed flake shell commands

This commit is contained in:
specCon18 2023-08-04 23:11:42 -04:00
parent 6cd610e727
commit 153276f49c
4 changed files with 12 additions and 50 deletions

View file

@ -534,32 +534,10 @@ video {
--tw-backdrop-sepia: ;
}
.relative {
position: relative;
}
.my-4 {
margin-top: 1rem;
margin-bottom: 1rem;
}
.mx-auto {
margin-left: auto;
margin-right: auto;
}
.mb-4 {
margin-bottom: 1rem;
}
.flex {
display: flex;
}
.flex-row {
flex-direction: row;
}
.flex-col {
flex-direction: column;
}
@ -572,8 +550,9 @@ video {
border-radius: 0.5rem;
}
.border {
border-width: 1px;
.bg-purple-500 {
--tw-bg-opacity: 1;
background-color: rgb(168 85 247 / var(--tw-bg-opacity));
}
.bg-slate-700 {
@ -581,28 +560,10 @@ video {
background-color: rgb(51 65 85 / var(--tw-bg-opacity));
}
.bg-green-500 {
--tw-bg-opacity: 1;
background-color: rgb(34 197 94 / var(--tw-bg-opacity));
}
.bg-purple-500 {
--tw-bg-opacity: 1;
background-color: rgb(168 85 247 / var(--tw-bg-opacity));
}
.p-4 {
padding: 1rem;
}
.pb-4 {
padding-bottom: 1rem;
}
.pb-12 {
padding-bottom: 3rem;
}
.text-2xl {
font-size: 1.5rem;
line-height: 2rem;