diff --git a/css/project-images.css b/css/project-images.css index 468e370..e712b2d 100644 --- a/css/project-images.css +++ b/css/project-images.css @@ -12,4 +12,8 @@ #DCREATOR { background-image: url('../images/projects/dc_empty.png'); +} + +#BLV2 { + background-image: url('../images/projects/bl_logo.png'); } \ No newline at end of file diff --git a/css/projects.css b/css/projects.css index 2b5f654..c71ef95 100644 --- a/css/projects.css +++ b/css/projects.css @@ -26,18 +26,10 @@ margin-bottom: var(--gap); } -.linkcell-div { +.linkcell div { width: 100%; height: 100%; -} - - -.linkcell:is(:nth-child(1)) { - margin-top: 0; -} -.linkcell:is(:nth-last-child(1)) { - margin-bottom: 0 } .linkcell * { @@ -68,6 +60,10 @@ } +.selected { + outline: var(--outline-thickness) solid var(--col-selected); +} + #source { width: 100%; diff --git a/css/styles.css b/css/styles.css index 2f1bfe0..031d4d3 100644 --- a/css/styles.css +++ b/css/styles.css @@ -3,6 +3,7 @@ --col-text-1: #d6caf6; --col-text-button: #9391e7; --col-links: #feffe8; + --col-selected: white; --col-base-border: #9566b5; --col-sub-border: #61407744; --col-background: #2b2342; @@ -18,6 +19,7 @@ --outline-thickness: 3px; --gap: 10px; + --height-multiplier: 6; --width-multiplier: 6; --height-controller: calc(min(var(--height-multiplier) * 120px, 100%)); @@ -142,7 +144,7 @@ a:visited { transition: 100ms var(--easer) all; } -.outlined-hovered:hover { +.outlined-hovered:hover:not(.selected) { outline: var(--outline-thickness) solid var(--col-base-border); } @@ -184,13 +186,6 @@ a:visited { background-color: var(--dot-color); } -.nowrap { - white-space: nowrap; -} - -.clip-hidden { - overflow: hidden; -} .pad-x { padding-inline: var(--gap); @@ -207,7 +202,7 @@ a:visited { backdrop-filter: blur(64px); } - .linkcell-div { + .linkcell div { -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); } diff --git a/images/projects/bl_logo.png b/images/projects/bl_logo.png new file mode 100644 index 0000000..c3363ab Binary files /dev/null and b/images/projects/bl_logo.png differ diff --git a/index.html b/index.html index f2fc6b1..cd3e229 100644 --- a/index.html +++ b/index.html @@ -51,36 +51,44 @@

Hi! I'm Zeptofine

-->