Skip to content

Commit 5deaa54

Browse files
committed
test
1 parent ef71e11 commit 5deaa54

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

css/style.css

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -678,6 +678,14 @@ table ul {
678678
width: 200px;
679679
}
680680

681+
div.header-btn {
682+
display: flex;
683+
padding: 3px;
684+
border-radius: 3px;
685+
cursor: pointer;
686+
color: var(--box-fg);
687+
}
688+
681689
a.edit-github-btn{
682690
display: flex;
683691
gap: 0.5rem;
@@ -693,6 +701,10 @@ a.edit-github-btn{
693701
}
694702
}
695703

704+
#mobile-menu {
705+
display: none;
706+
position: relative;
707+
}
696708

697709
pre, code {
698710
white-space: pre-wrap !important;

0 commit comments

Comments
 (0)