summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorache <ache@ache.one>2022-05-04 00:26:02 +0200
committerache <ache@ache.one>2022-05-04 00:26:02 +0200
commit1f28dbeed539473d0f55837087bf75dd3d022084 (patch)
treefbaab85b1cada77b5da88b2e9ba94eae4ed3aa06
parentI forgot the xsl ! 😱 (diff)
Center the text on the leftside
-rwxr-xr-xsrc/css/_contenu.scss2
-rwxr-xr-xsrc/css/_sommaire.scss3
2 files changed, 2 insertions, 3 deletions
diff --git a/src/css/_contenu.scss b/src/css/_contenu.scss
index 14bb412..a6abe4a 100755
--- a/src/css/_contenu.scss
+++ b/src/css/_contenu.scss
@@ -209,7 +209,7 @@ article {
}
code {
color: #a00;
- background: #eee;
+ background: #e2e2e2;
border: 0px;
border-radius: 8px;
padding: 0 5px;
diff --git a/src/css/_sommaire.scss b/src/css/_sommaire.scss
index e6c6964..7e41d0a 100755
--- a/src/css/_sommaire.scss
+++ b/src/css/_sommaire.scss
@@ -1,5 +1,4 @@
.sommaire_blien {
- text-align: left;
line-height: 1.45rem;
color: #121311;
font-size: 0.8em;
@@ -26,6 +25,7 @@
list-style-type: none;
}
+ text-align: center;
@mixin darkMode {
background: #101110;
color: #FFF;
@@ -66,7 +66,6 @@
left: 0;
height: 100%;
transition: left 0.5s ease-in 0.25s;
- text-align: center;
border-right: 3px solid rgba(51, 51, 51, 0.1);