aboutsummaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
authorvincent-peugnet <v.peugnet@free.fr>2020-01-21 03:52:37 +0100
committervincent-peugnet <v.peugnet@free.fr>2020-01-21 03:52:37 +0100
commitd4a7cf2e88ec12757b8669414acf47eeada5aacf (patch)
treeddedbfde8cdcaceb51436b4e5849deee92d73b36 /assets
parentc47b78e13afb092aa1a30296b885b2911444fe3c (diff)
downloadwcms-d4a7cf2e88ec12757b8669414acf47eeada5aacf.tar.gz
wcms-d4a7cf2e88ec12757b8669414acf47eeada5aacf.zip
user manual tutorial update
Diffstat (limited to 'assets')
-rw-r--r--assets/css/home.css8
1 files changed, 7 insertions, 1 deletions
diff --git a/assets/css/home.css b/assets/css/home.css
index b3edc49..843a2df 100644
--- a/assets/css/home.css
+++ b/assets/css/home.css
@@ -246,6 +246,10 @@ a:hover img.icon {
filter: invert(1);
}
+section.info {
+ max-width: 700px;
+}
+
main.info ul i {
color: grey;
@@ -260,7 +264,7 @@ main.info ul {
padding-inline-start: 10px;
}
-main.info code, main.info blockquote {
+main.info code {
color: white;
background-color: #191919;
width: fit-content;
@@ -514,3 +518,5 @@ footer {
}
+
+