File tree 2 files changed +14
-7
lines changed
2 files changed +14
-7
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import Card from './Card.astro';
4
4
import TagCloudFilter from ' ./TagCloudFilter.astro' ;
5
5
6
6
import lookbook from ' ../images/20221122-lookbook-white-fat.svg?url' ;
7
- import logo from ' ../images/twopoint5d.png?url' ;
7
+ import logo from ' ../images/twopoint5d-glitch .png?url' ;
8
8
9
9
const {demos} = loadMetadataForDemos ();
10
10
---
@@ -29,17 +29,24 @@ const {demos} = loadMetadataForDemos();
29
29
<style >
30
30
main {
31
31
margin: auto auto 3rem;
32
- padding: 1.5rem;
32
+ padding: 80px 1.5rem 1.5rem;
33
33
max-width: 120ch;
34
34
}
35
35
.lookbook-header {
36
+ position: fixed;
37
+ top: 0;
38
+ left: 0;
39
+ width: 100%;
40
+ padding: 10px;
36
41
margin: 0;
37
42
display: flex;
38
- align-items: center;
43
+ justify-content: center;
44
+ background-color: rgba(13 15 20 / 80%);
45
+ border-bottom: 1px solid #33353a;
46
+ box-shadow: 0 0 10px #000;
39
47
}
40
48
.lookbook-header img.primary {
41
49
max-height: 66px;
42
- margin-left: 1rem;
43
50
}
44
51
.lookbook-header img.secondary {
45
52
filter: drop-shadow(0 0 2px #ccc) drop-shadow(0 0 15px #999);
Original file line number Diff line number Diff line change @@ -21,14 +21,14 @@ const {title} = Astro.props;
21
21
</html >
22
22
23
23
<style lang =" scss" is:global >
24
- $color-background: #252525;
25
- $color-primary: #afada5 ;
24
+ $color-background: rgb(13 15 20); // #252525;
25
+ $color-primary: #adafb4 ;
26
26
$hue-shift: 10deg;
27
27
28
28
:root {
29
29
--color-background: #{$color-background};
30
30
--color-background-dark: #{darken($color-background, 5%)};
31
- --color-background-light: #{lighten($color-background, 5 %)};
31
+ --color-background-light: #{lighten($color-background, 10 %)};
32
32
--color-primary: #{$color-primary};
33
33
--color-primary-darker: #{adjust-hue(darken($color-primary, 20%), -$hue-shift)};
34
34
--color-primary-inactive: #{adjust-hue(darken($color-primary, 25%), -$hue-shift)};
You can’t perform that action at this time.
0 commit comments