This commit is contained in:
sairaj mote 2023-06-24 04:21:50 +05:30
parent e770648271
commit 5a1cb6e237
3 changed files with 9 additions and 9 deletions

View File

@ -185,7 +185,7 @@ article > * {
right: 0; right: 0;
top: 0; top: 0;
background-color: rgba(var(--foreground-color), 0.5); background-color: rgba(var(--foreground-color), 0.5);
z-index: 2; z-index: 10;
-webkit-backdrop-filter: blur(1rem); -webkit-backdrop-filter: blur(1rem);
backdrop-filter: blur(1rem); backdrop-filter: blur(1rem);
padding: max(1rem, 2vw) var(--inline-padding); padding: max(1rem, 2vw) var(--inline-padding);
@ -341,7 +341,7 @@ section:nth-of-type(2) {
display: flex; display: flex;
border: none; border: none;
background: none; background: none;
padding: 0.8rem; padding: 0.7rem;
border: solid thin rgba(var(--text-color), 0.5); border: solid thin rgba(var(--text-color), 0.5);
border-radius: 50%; border-radius: 50%;
cursor: pointer; cursor: pointer;
@ -412,8 +412,8 @@ section:nth-of-type(2) {
flex: 1; flex: 1;
} }
.project__button { .project__button {
font-size: 0.9rem; font-size: 0.8rem;
font-weight: 500; font-weight: 700;
text-decoration: none; text-decoration: none;
text-transform: uppercase; text-transform: uppercase;
color: rgba(var(--text-color), 1); color: rgba(var(--text-color), 1);

2
css/main.min.css vendored

File diff suppressed because one or more lines are too long

View File

@ -150,7 +150,7 @@ article {
right: 0; right: 0;
top: 0; top: 0;
background-color: rgba(var(--foreground-color), 0.5); background-color: rgba(var(--foreground-color), 0.5);
z-index: 2; z-index: 10;
backdrop-filter: blur(1rem); backdrop-filter: blur(1rem);
padding: max(1rem, 2vw) var(--inline-padding); padding: max(1rem, 2vw) var(--inline-padding);
a { a {
@ -300,7 +300,7 @@ section {
display: flex; display: flex;
border: none; border: none;
background: none; background: none;
padding: 0.8rem; padding: 0.7rem;
border: solid thin rgba(var(--text-color), 0.5); border: solid thin rgba(var(--text-color), 0.5);
border-radius: 50%; border-radius: 50%;
cursor: pointer; cursor: pointer;
@ -366,8 +366,8 @@ section {
flex: 1; flex: 1;
} }
&__button { &__button {
font-size: 0.9rem; font-size: 0.8rem;
font-weight: 500; font-weight: 700;
text-decoration: none; text-decoration: none;
text-transform: uppercase; text-transform: uppercase;
color: rgba(var(--text-color), 1); color: rgba(var(--text-color), 1);