Update themes/modern-dark.css
This commit is contained in:
parent
81ee3f8457
commit
e91cc63729
1 changed files with 1 additions and 6 deletions
|
@ -18,7 +18,7 @@ body {
|
||||||
color: var(--text-color);
|
color: var(--text-color);
|
||||||
font-family: Arial, sans-serif;
|
font-family: Arial, sans-serif;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding-top: 60px; /* Adjust this value to your navbar height */
|
||||||
}
|
}
|
||||||
|
|
||||||
a:link, a:visited {
|
a:link, a:visited {
|
||||||
|
@ -328,8 +328,3 @@ form dt, dl.pairs dt {
|
||||||
form dd, dl.pairs dd {
|
form dd, dl.pairs dd {
|
||||||
background-color: var(--surface-color);
|
background-color: var(--surface-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Fix overlapping */
|
|
||||||
body {
|
|
||||||
padding-top: 60px; /* Adjust this value to your navbar height */
|
|
||||||
}
|
|
||||||
|
|
Loading…
Reference in a new issue