Skip to content

Commit

Permalink
link colors
Browse files Browse the repository at this point in the history
  • Loading branch information
nrchtct committed Dec 11, 2023
1 parent bd0eb38 commit 6e72a08
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ body{
--background: hsl(0, 0%, 94%);
--background-cursor: hsl(0, 0%, 88%);
--background-content: hsl(0, 0%, 82%);
--gray:hsl(0, 0%, 50%);
--gray:hsl(0, 0%, 30%);
--primary: #000;
--font: #000;

Expand Down Expand Up @@ -76,17 +76,16 @@ blockquote {
margin-inline-start: 1.25em;
margin-inline-end: 1.25em;
padding: 0;
xmargin-right: 0;
}
p + p {
margin: .5em 0 ;
}

/* Specific styles */
#app,#wrapper,#links{
#app, #wrapper, #links {
pointer-events: none;
}
#wrapper{
#wrapper {
position: absolute;
width: 100%;
top: 0;
Expand All @@ -95,7 +94,7 @@ p + p {
display: flex;
justify-content: center;
}
#cursor{
#cursor {
position: fixed;
max-width: 40vw;
background-color: var(--background-cursor);
Expand Down Expand Up @@ -137,13 +136,13 @@ p + p {
}
.content img, #cursor img {
max-width: 100%;
max-height: calc(15vw + 15vh);
max-height: calc(20vw + 20vh);
object-fit: contain;
}
.content:hover, .content:active, .content:focus{
z-index: 2;
}
a{
a {
text-decoration:underline;
line-height: 0.1em;
color: var(--gray);
Expand Down Expand Up @@ -206,7 +205,7 @@ footer{
footer img {
vertical-align: top;
margin-right: 1.5em;
opacity: .5;
opacity: .75;
}

footer a:hover img, footer a:active img {
Expand All @@ -218,16 +217,15 @@ footer a:hover img, footer a:active img {
font-size: 16px !important;
}
.content{
max-width: 80vw;
max-width: 75vw;
transform: unset !important
}
.content img, #cursor img {
max-width: 100%;
max-height: unset;
max-height: 75vw;
}
.actors {
width: 35vw;
height: 35vw;
div.content:has(img) {
background: var(--background-content);
}
#cursor{
max-width: 85vw;
Expand Down Expand Up @@ -255,8 +253,10 @@ footer a:hover img, footer a:active img {
--background: hsl(0, 0%, 6%);
--background-cursor: hsl(0, 0%, 12%);
--background-content: hsl(0, 0%, 18%);
--gray: hsl(0, 0%, 70%);
--primary: #fff;
--font: #fff;

}
footer img {
filter: invert(100%);
Expand Down

0 comments on commit 6e72a08

Please sign in to comment.