Skip to content

Commit 4a444cf

Browse files
JavaGTJavaGT
authored andcommitted
simple
1 parent 996b657 commit 4a444cf

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

docs/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ body {
2222
/* background-color: #1a72b7; */
2323
background: #1A72B7;
2424
background: linear-gradient(90deg, rgba(26, 114, 183, 1) 0%, rgba(26, 114, 183, 1) 49%, #c2a366 51%, #c2a366 100%);
25-
--nav-height: 4rem;
25+
--nav-height: 2.5rem;
2626

2727
/* CSS HSL */
2828
--blue-gray: hsla(211, 46%, 59%, 1);

docs/wikipedia.css

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4163,6 +4163,18 @@ h3,
41634163
-webkit-text-stroke-color: #36c
41644164
}
41654165

4166+
.wikitable {
4167+
max-height: 80vh;
4168+
overflow: scroll;
4169+
display: block;
4170+
position: relative;
4171+
}
4172+
4173+
.wikitable thead {
4174+
position: sticky;
4175+
top: 0;
4176+
}
4177+
41664178
.wikitable th {
41674179
background-color: var(--background-color-neutral, #eaecf0);
41684180
text-align: center

0 commit comments

Comments
 (0)