Commit cb58e09 1 parent 78546dc commit cb58e09 Copy full SHA for cb58e09
File tree 2 files changed +10
-16
lines changed
2 files changed +10
-16
lines changed Original file line number Diff line number Diff line change @@ -49,12 +49,12 @@ const {
49
49
<style >
50
50
.hero-image {
51
51
width: 100%;
52
- }
53
- .hero-image img {
54
- display: block ;
55
- margin: 0 auto ;
56
- border-radius: 12px ;
57
- box-shadow: var(--box-shadow);
52
+ img {
53
+ display: block;
54
+ margin: 0 auto ;
55
+ border-radius: 12px ;
56
+ box-shadow: var(--box-shadow) ;
57
+ }
58
58
}
59
59
.prose {
60
60
width: 100%;
Original file line number Diff line number Diff line change @@ -86,16 +86,10 @@ function star(post: Post) {
86
86
margin: 1px;
87
87
box-sizing: border-box;
88
88
background: var(--bg);
89
- }
90
- .post * {
91
- text-decoration: none;
92
- transition: 0.2s ease;
93
- }
94
- .post a {
95
- display: block;
96
- }
97
- .post a:hover .title {
98
- color: rgb(var(--accent));
89
+
90
+ a:hover .title {
91
+ color: rgb(var(--accent));
92
+ }
99
93
}
100
94
.title {
101
95
margin: 0;
You can’t perform that action at this time.
0 commit comments