Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
redacteur-doc-technique
old-antora-ui-default-fork
Commits
dad19928
Commit
dad19928
authored
Sep 25, 2020
by
Yann Dupont
Browse files
qques modifs
parent
fab0d866
Pipeline
#20842
failed with stages
in 1 minute and 26 seconds
Changes
3
Pipelines
1
Expand all
Show whitespace changes
Inline
Side-by-side
src/css/typeface-roboto-condensed.css
0 → 100644
View file @
dad19928
@font-face
{
font-family
:
"Roboto Condensed"
;
font-style
:
normal
;
font-weight
:
400
;
src
:
local
(
"Roboto Condensed"
),
local
(
"RobotoCondensed-Regular"
),
url(~typeface-roboto-condensed/files/roboto-condensed-latin-400.woff2)
format
(
"woff2"
),
url(~typeface-roboto-condensed/files/roboto-condensed-latin-400.woff)
format
(
"woff"
);
}
@font-face
{
font-family
:
"Roboto "
;
font-style
:
normal
;
font-weight
:
500
;
src
:
local
(
"Roboto Condensed Medium"
),
local
(
"RobotoCondensed-Medium"
),
url(~typeface-roboto-condensed/files/roboto-condensed-latin-500.woff2)
format
(
"woff2"
),
url(~typeface-roboto-condensed/files/roboto-condensed-latin-500.woff)
format
(
"woff"
);
}
src/css/vars.css
View file @
dad19928
...
...
@@ -17,6 +17,7 @@
--color-jet-80
:
#191919
;
--color-black
:
#000
;
--color-green
:
#0f0
;
--color-cyan-30
:
#00b3b3
;
/* fonts */
--rem-base
:
18
;
/* used to compute rem value from desired pixel value (e.g., calc(18 / var(--rem-base) * 1rem) = 18px) */
--body-font-size
:
1.0625em
;
/* 17px */
...
...
@@ -34,7 +35,8 @@
--panel-border-color
:
var
(
--color-smoke-90
);
--scrollbar-thumb-color
:
var
(
--color-gray-10
);
/* navbar */
--navbar-background
:
var
(
--color-jet-80
);
/* --navbar-background: var(--color-jet-80); */
--navbar-background
:
var
(
--color-cyan-30
);
--navbar-font-color
:
var
(
--color-white
);
--navbar_hover-background
:
var
(
--color-black
);
--navbar-button-background
:
var
(
--color-white
);
...
...
src/img/home.svg
View file @
dad19928
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment