Skip to content

Commit

Permalink
colors
Browse files Browse the repository at this point in the history
  • Loading branch information
onnenon committed Apr 30, 2024
1 parent a1022d3 commit 63f8271
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 32 deletions.
33 changes: 3 additions & 30 deletions dist/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -580,11 +580,6 @@ video {
--tw-backdrop-sepia: ;
}

.my-4{
margin-top: 1rem;
margin-bottom: 1rem;
}

.mb-2{
margin-bottom: 0.5rem;
}
Expand All @@ -597,10 +592,6 @@ video {
min-height: 100vh;
}

.flex-auto{
flex: 1 1 auto;
}

.flex-shrink{
flex-shrink: 1;
}
Expand All @@ -611,7 +602,7 @@ video {
}

50%{
color: rgb(168, 171, 177);
color: #8b949e;
}
}

Expand Down Expand Up @@ -650,20 +641,6 @@ video {
padding: .8em;
}

.p-1{
padding: 0.25rem;
}

.py-1{
padding-top: 0.25rem;
padding-bottom: 0.25rem;
}

.py-4{
padding-top: 1rem;
padding-bottom: 1rem;
}

.pr-4{
padding-right: 1rem;
}
Expand Down Expand Up @@ -696,13 +673,9 @@ video {
line-height: 1.25;
}

.leading-normal{
line-height: 1.5;
}

.text-prime-dark-gray{
--tw-text-opacity: 1;
color: rgb(177 186 196 / var(--tw-text-opacity));
color: rgb(139 148 158 / var(--tw-text-opacity));
}

.text-prime-light-black{
Expand Down Expand Up @@ -769,7 +742,7 @@ video {

.dark\:text-prime-dark-gray{
--tw-text-opacity: 1;
color: rgb(177 186 196 / var(--tw-text-opacity));
color: rgb(139 148 158 / var(--tw-text-opacity));
}

.dark\:text-prime-dark-purple{
Expand Down
4 changes: 2 additions & 2 deletions tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ module.exports = {
colors: {
"prime-dark-black": "#0d1117",
"prime-dark-purple": "#d2a8ff",
"prime-dark-gray": "#b1bac4",
"prime-dark-gray": "#8b949e",
"prime-dark-green": "#56d364",
"prime-dark-yellow": "#ffa656",
"prime-dark-white": "#e6edf3",
Expand All @@ -30,7 +30,7 @@ module.exports = {
keyframes: {
blink: {
"0%, 100%": { color: "transparent" },
"50%": { color: "rgb(168, 171, 177)" },
"50%": { color: "#8b949e" },
},
},
animation: {
Expand Down

0 comments on commit 63f8271

Please sign in to comment.