mirror of
https://github.com/hazemKrimi/personal-website.git
synced 2026-05-01 18:00:26 +00:00
Finish table of contents and pagination
This commit is contained in:
+10
-8
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user