mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
Thème blanc
This commit is contained in:
parent
855f50d082
commit
b5d4cb78c2
1 changed files with 15 additions and 1 deletions
|
@ -150,6 +150,10 @@ body .off-canvas .learn-sidebar .learn-brand #logo path {
|
|||
}
|
||||
|
||||
|
||||
body .off-canvas .learn-sidebar .searchbox ::placeholder {
|
||||
|
||||
}
|
||||
|
||||
body #top-bar #breadcrumbs > span span, #top-bar #breadcrumbs > a span {
|
||||
font-size: 0.7rem;
|
||||
}
|
||||
|
@ -160,4 +164,14 @@ body #top-bar a:visited {
|
|||
|
||||
body #top-bar a:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
}
|
||||
|
||||
body .off-canvas .learn-sidebar .searchbox ::placeholder {
|
||||
color: rgba(68, 68, 68, 0.8);
|
||||
}
|
||||
|
||||
body .off-canvas .learn-sidebar a:hover {
|
||||
color: black;
|
||||
text-decoration: underline black;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue