mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
[fix] contrast between links
This commit is contained in:
parent
25dfcdd323
commit
15cba34352
1 changed files with 5 additions and 1 deletions
|
@ -186,10 +186,14 @@ body .off-canvas .learn-sidebar .learn-nav ul li ul li.active > a {
|
||||||
background-color: #2f2f2f52;
|
background-color: #2f2f2f52;
|
||||||
}
|
}
|
||||||
|
|
||||||
body .off-canvas .learn-sidebar .learn-nav .read-icon {
|
body .off-canvas .learn-sidebar .learn-nav .read-icon, body .off-canvas .learn-sidebar .searchbox {
|
||||||
color: rgba(0, 0, 0, 0.6);
|
color: rgba(0, 0, 0, 0.6);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
body .off-canvas .learn-sidebar .searchbox input {
|
||||||
|
color: rgb(78, 78, 78);
|
||||||
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
###############################################################################
|
###############################################################################
|
||||||
Style sheet for the cards
|
Style sheet for the cards
|
||||||
|
|
Loading…
Reference in a new issue