Update 3 files

- /assets/css/style.scss
- /_data/other_repo_list.csv
- /_data/ai-cache.json
This commit is contained in:
mayx
2026-02-11 09:54:52 +00:00
parent 172882a99e
commit 2ab6982684
3 changed files with 42 additions and 48 deletions

View File

@@ -34,33 +34,33 @@ a:hover {
.post-content h1 {
text-indent: -8px;
margin:20px 0 10px;
margin: 20px 0 10px;
border-bottom: 1px solid #e5e5e5;
}
.post-content h2 {
text-indent: -6px;
margin:20px 0 10px;
margin: 20px 0 10px;
border-bottom: 1px solid #e5e5e5;
}
.post-content h3 {
margin:20px 0 10px;
margin: 20px 0 10px;
text-indent: -5px;
}
.post-content h4 {
margin:20px 0 10px;
margin: 20px 0 10px;
text-indent: -4px;
}
.post-content h5 {
margin:20px 0 10px;
margin: 20px 0 10px;
text-indent: -3px;
}
.post-content h6 {
margin:20px 0 10px;
margin: 20px 0 10px;
text-indent: -2px;
}
@@ -121,42 +121,48 @@ div.highlight button:hover {
font-size: 14px;
line-height: 1.4;
}
.footnotes p {
margin: 0;
text-indent: 0;
}
.wrapper{
.wrapper {
width: 90%;
}
header{
header {
width: 25%;
}
footer{
footer {
width: 25%;
}
section{
section {
width: 65%;
}
@media print, screen and (max-width: 960px) {
@media print,
screen and (max-width: 960px) {
.wrapper {
width: auto;
}
header {
width: auto;
}
footer {
width: auto;
}
section {
width: auto;
}
}
code.highlighter-rouge{
code.highlighter-rouge {
padding: .1em .2em;
margin: 0;
font-size: 90%;
@@ -171,9 +177,17 @@ code.highlighter-rouge{
border: 1px solid #ddd;
padding: 8px 12px;
border-radius: 4px;
box-shadow: 0 2px 10px rgba(0,0,0,0.1);
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
max-width: 300px;
z-index: 1000;
font-size: 14px;
line-height: 1.4;
}
td.h-entry {
cursor: pointer;
}
td.h-entry:hover {
background: #f9f9f9;
}