UI fixes
This commit is contained in:
parent
e770648271
commit
5a1cb6e237
@ -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
2
css/main.min.css
vendored
File diff suppressed because one or more lines are too long
@ -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);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user