Finish table of contents and pagination

This commit is contained in:
Hazem Krimi
2023-11-16 16:59:45 +01:00
parent 64723c3860
commit ad19dc44c3
18 changed files with 273 additions and 67 deletions
+10 -8
View File
@@ -16,12 +16,12 @@
/* Colors */
--black: #131314;
--white: white;
--crimson: #BD1839;
--light-gray: #E7E7E7;
--crimson: #bd1839;
--light-gray: #e7e7e7;
/* Background colors */
--dark-background: #1D1B1B;
--light-background: #FBFBFB;
--dark-background: #1d1b1b;
--light-background: #fbfbfb;
/* Radiuses */
--card-radius: 1.875rem;
@@ -59,7 +59,10 @@ body {
#links .mail,
#nav-toggler svg path,
.arrow,
.eye {
.eye,
.calendar,
.clock,
.share {
stroke: var(--text);
}
@@ -81,7 +84,6 @@ picture,
video,
canvas,
svg {
display: block;
max-width: 100%;
}
@@ -109,10 +111,10 @@ a {
.vertical-separator {
border-left: 1px solid var(--text);
height: 24px;
opacity: .25;
opacity: 0.25;
}
hr {
color: var(--text);
opacity: .25;
opacity: 0.25;
}