~repos /website
git clone
https://pyrossh.dev/repos/website.git
Discussions:
https://groups.google.com/g/rust-embed-devs
木 Personal website of pyrossh. Built with astrojs, shiki, vite.
6ecb884e
—
pyrossh 2 months ago
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 {
|