Skip to content

Commit 2275682

Browse files
committed
deploy: 9b73d9c
1 parent 12b1297 commit 2275682

20 files changed

Lines changed: 320 additions & 984 deletions

CONTRIBUTORS.svg

Lines changed: 0 additions & 16 deletions
This file was deleted.

css/main.css

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,10 @@ a:hover {
4343
margin: 0 auto;
4444
}
4545

46+
.warpper dark-mode {
47+
font-size: 18px;
48+
}
49+
4650
markdown-style {
4751
min-height: 60vh;
4852
grid-area: main;
@@ -141,8 +145,18 @@ a.gototop:hover {
141145
color: var(--color-theme-text);
142146
align-items: center;
143147
}
148+
.header .logo:hover {
149+
text-decoration: none;
150+
}
144151
.header .logo .title {
145152
padding-left: 8px;
153+
display: flex;
154+
}
155+
.header .logo .title sup {
156+
margin-top: -5px;
157+
padding-left: 2px;
158+
font-weight: normal;
159+
color: var(--color-fg-subtle);
146160
}
147161
.header .logo img,
148162
.header .logo svg {

css/media.css

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,27 @@
66
}
77

88
@media screen and (max-width: 900px) {
9+
.warpper-content {
10+
grid-template-columns: minmax(0, 3.5fr);
11+
grid-template-areas: 'main';
12+
}
913
.warpper-content.sidebar {
1014
grid-template-areas: 'sidebar main';
11-
grid-template-columns: 180px minmax(0, 38rem);
15+
grid-template-columns: 180px minmax(0, 41rem);
1216
}
1317
nav.tocs {
1418
display: none;
1519
}
1620
}
1721

1822
@media screen and (max-width: 600px) {
23+
.warpper-content {
24+
grid-template-columns: minmax(0, 3.5fr);
25+
grid-template-areas: 'main';
26+
}
1927
.warpper-content.sidebar {
2028
grid-template-areas: 'main';
21-
grid-template-columns: minmax(0, 38rem);
29+
grid-template-columns: minmax(0, 41rem);
2230
}
2331
nav.tocs,
2432
.sidebar-border {

docker-compose.html

Lines changed: 18 additions & 60 deletions
Large diffs are not rendered by default.

elasticsearch.html

Lines changed: 18 additions & 60 deletions
Large diffs are not rendered by default.

gitlab/index.html

Lines changed: 26 additions & 60 deletions
Large diffs are not rendered by default.

harbor.html

Lines changed: 18 additions & 60 deletions
Large diffs are not rendered by default.

index.html

Lines changed: 18 additions & 55 deletions
Large diffs are not rendered by default.

mattermost.html

Lines changed: 18 additions & 60 deletions
Large diffs are not rendered by default.

mysql.html

Lines changed: 18 additions & 60 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)