website
git clone https://git.pyrossh.dev/website
木 Personal website of pyrossh. Built with astrojs, shiki, vite.
6ecb884
— pyrossh
2025-10-27T21:40:59+05:30
improve strong
src/pages/repos/[...slug]/index.module.css
CHANGED
|
@@ -101,6 +101,10 @@ h3 {
|
|
|
101
101
|
display: flex;
|
|
102
102
|
flex-direction: column;
|
|
103
103
|
}
|
|
104
|
+
|
|
105
|
+
strong {
|
|
106
|
+
font-weight: 500;
|
|
107
|
+
}
|
|
104
108
|
}
|
|
105
109
|
|
|
106
110
|
.summary {
|