Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/picturepan2/spectre.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'docs/dist/spectre.css')
-rw-r--r--docs/dist/spectre.css11
1 files changed, 7 insertions, 4 deletions
diff --git a/docs/dist/spectre.css b/docs/dist/spectre.css
index 4ac8bfc..6d55bb1 100644
--- a/docs/dist/spectre.css
+++ b/docs/dist/spectre.css
@@ -444,7 +444,7 @@ h6 {
}
p {
line-height: 24px;
- margin: 0 0 12px;
+ margin: 0 0 16px;
}
a,
ins,
@@ -2200,13 +2200,13 @@ code {
border-radius: 2px;
color: inherit;
display: block;
- margin: 4px -8px;
+ margin: 0 -8px;
padding: 4px 8px;
text-decoration: none;
}
.menu .menu-item > a:focus,
.menu .menu-item > a:hover {
- background: #fbfbfe;
+ background: #eff1fa;
color: #5764c6;
}
.menu .menu-item > a:active,
@@ -2214,6 +2214,9 @@ code {
background: #eff1fa;
color: #5764c6;
}
+.menu .menu-item + .menu-item {
+ margin-top: 4px;
+}
.menu .menu-badge {
float: right;
padding: 4px 0;
@@ -2397,7 +2400,7 @@ code {
.pagination .page-item a:hover {
color: #5764c6;
}
-.pagination .page-item a.disabled {
+.pagination .page-item.disabled a {
cursor: default;
opacity: .5;
pointer-events: none;