summaryrefslogtreecommitdiff
path: root/assets/css/style.scss
diff options
context:
space:
mode:
authormayx <mayx@outlook.com>2026-02-11 10:54:52 +0100
committermayx <mayx@outlook.com>2026-02-11 10:54:52 +0100
commit2ab69826847ed2b8403fc4c1085cd4f0759ab371 (patch)
tree541b1003ea16ce4658b74fa1e50d5d79b7e476e9 /assets/css/style.scss
parent172882a99e136eaa1f88241e97e0085926805a67 (diff)
Update 3 filesHEADmaster
- /assets/css/style.scss - /_data/other_repo_list.csv - /_data/ai-cache.json
Diffstat (limited to 'assets/css/style.scss')
-rw-r--r--assets/css/style.scss46
1 files changed, 30 insertions, 16 deletions
diff --git a/assets/css/style.scss b/assets/css/style.scss
index e88c321..879154e 100644
--- a/assets/css/style.scss
+++ b/assets/css/style.scss
@@ -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;
} \ No newline at end of file