mirror of
https://git.libcamera.org/libcamera/libcamera.git
synced 2025-07-13 15:29:45 +03:00
Documentation: theme: css: Make text darker
The text is currently rendered as a 50% gray, which is a bit painful to read in low light conditions. Make it darker. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
This commit is contained in:
parent
cf596d8dfa
commit
09d7d00a0f
1 changed files with 1 additions and 2 deletions
|
@ -6,7 +6,7 @@ html {
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
color: rgb(0, 0, 0, 0.5);
|
color: rgb(0, 0, 0, 0.65);
|
||||||
font-family: Arial, sans-serif;
|
font-family: Arial, sans-serif;
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
}
|
}
|
||||||
|
@ -217,7 +217,6 @@ div#content > div.block {
|
||||||
}
|
}
|
||||||
|
|
||||||
div#content > div.block h1 {
|
div#content > div.block h1 {
|
||||||
color: black;
|
|
||||||
font-size: 40px;
|
font-size: 40px;
|
||||||
margin-top: 0px;
|
margin-top: 0px;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue