mirror of
https://github.com/aljazceru/pear-docs.git
synced 2025-12-17 22:44:21 +01:00
Fix rebase
This commit is contained in:
33
index.html
33
index.html
@@ -187,12 +187,37 @@
|
||||
margin-top: 4px;
|
||||
}
|
||||
|
||||
a:visited, a:active, a { color: #B0D944; outline: none; text-decoration: none; }
|
||||
app-router a:visited, app-router a:active, app-router a {
|
||||
system-status,
|
||||
docs-viewer,
|
||||
devtools-inspector {
|
||||
position: relative;
|
||||
top: 156px
|
||||
}
|
||||
|
||||
|
||||
a:visited,
|
||||
a:active,
|
||||
a {
|
||||
color: #B0D944;
|
||||
outline: none;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
app-router a:visited,
|
||||
app-router a:active,
|
||||
app-router a {
|
||||
color: #B0D944;
|
||||
}
|
||||
app-router[data-load="system-status"] a[href='/'], app-router[data-load="system-status"] a:active[href='/'], app-router[data-load="system-status"] a:visited[href='/'],
|
||||
app-router[data-load="docs-viewer"] a[href='/documentation'], app-router[data-load="docs-viewer"] a:active[href='/documentation'], app-router[data-load="docs-viewer"] a:visited[href='/documentation'] {
|
||||
|
||||
app-router[data-load="system-status"] a[href='/'],
|
||||
app-router[data-load="system-status"] a:active[href='/'],
|
||||
app-router[data-load="system-status"] a:visited[href='/'],
|
||||
app-router[data-load="docs-viewer"] a[href='/documentation']
|
||||
app-router[data-load="docs-viewer"] a:active[href='/documentation']
|
||||
app-router[data-load="docs-viewer"] a:visited[href='/documentation'],
|
||||
app-router[data-load="devtools-inspector"] a[href='/devtools-insepctor'],
|
||||
app-router[data-load="devtools-inspector"] a:active[href='/devtools-inspector'],
|
||||
app-router[data-load="devtools-inspector"] a:visited[href='/devtools-inspector'] {
|
||||
color: rgb(78, 250, 92);
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user