~repos /website
GIT_CONFIG_PARAMETERS="'http.version=HTTP/1.1'" git clone
https://git.pyrossh.dev/website.git
Discussions:
https://groups.google.com/g/rust-embed-devs
木 Personal website of pyrossh. Built with astrojs, shiki, vite.
6ecb884e
—
pyrossh 6 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 {
|