mirror of
https://github.com/sbrl/Pepperminty-Wiki.git
synced 2024-10-31 21:33:00 +00:00
13 lines
292 B
CSS
13 lines
292 B
CSS
|
/* Title */
|
||
|
.menu {
|
||
|
background: url(https://sbrl.github.io/Pepperminty-Wiki/logo.svg) no-repeat top center/10em;
|
||
|
margin-top: 0.5em;
|
||
|
padding-top: 10em;
|
||
|
}
|
||
|
.menu > .menu-item:first-child > .submenu > .menu-item:first-child {
|
||
|
|
||
|
font-weight: bolder;
|
||
|
font-size: 1.25em;
|
||
|
text-align: center;
|
||
|
}
|