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
faui2k17
generator
Commits
544d0a0c
Unverified
Commit
544d0a0c
authored
Oct 14, 2019
by
Philip Kaludercic
🌝
Browse files
static/style.css: added rules for h1, h2, h3, h4
parent
e47e7896
Changes
1
Hide whitespace changes
Inline
Side-by-side
static/style.css
View file @
544d0a0c
...
@@ -66,6 +66,11 @@ body > header > nav > a:hover {
...
@@ -66,6 +66,11 @@ body > header > nav > a:hover {
text-decoration
:
none
;
text-decoration
:
none
;
}
}
h1
{
font-size
:
120%
;
}
h2
{
font-size
:
110%
;
font-style
:
oblique
;
}
h3
{
font-size
:
105%
;
font-style
:
oblique
;
}
h4
{
font-size
:
102.5%
;
font-style
:
oblique
;
}
article
{
article
{
color
:
var
(
--article-fg-color
);
color
:
var
(
--article-fg-color
);
background
:
var
(
--article-bg-color
);
background
:
var
(
--article-bg-color
);
...
...
Write
Preview
Supports
Markdown
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