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