Style boost
This commit is contained in:
@@ -44,6 +44,7 @@
|
||||
color: var(--hrefColor);
|
||||
padding: 0;
|
||||
font-size: 100%;
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
.PrimaryTheme button.href:hover {
|
||||
@@ -61,11 +62,11 @@
|
||||
|
||||
.PrimaryTheme ul {
|
||||
padding: 0.3rem;
|
||||
margin: 0;
|
||||
margin: 0 !important;
|
||||
margin-bottom: var(--uniformBottomMargin);
|
||||
background-color: var(--foregroundColor);
|
||||
color: var(--backgroundColor);
|
||||
list-style-position: inside;
|
||||
background-color: var(--backgroundColor);
|
||||
color: var(--foregroundColor);
|
||||
list-style: inside square;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user