Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
IRMA
Github mirrors
irma-website
Commits
a22d9d46
Commit
a22d9d46
authored
Mar 27, 2020
by
Rowan Goemans
Browse files
Fixed font-weight inconsistency of strong text #389.
parent
340a38c4
Changes
1
Hide whitespace changes
Inline
Side-by-side
css/irma.css
View file @
a22d9d46
...
...
@@ -19,6 +19,9 @@ html {
scroll-behavior
:
smooth
;
}
strong
{
font-weight
:
700
;
}
@media
screen
and
(
prefers-reduced-motion
:
reduce
)
{
html
{
...
...
@@ -452,4 +455,4 @@ column.text p {
.block-footer-2
img
{
max-width
:
200px
;
}
}
\ No newline at end of file
}
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