Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Chagratt
bwog-notes-v2
Commits
64e327d6
Commit
64e327d6
authored
Oct 16, 2019
by
wbar
Browse files
remove text-decoration declaration on href elements
parent
86f38f20
Changes
1
Show whitespace changes
Inline
Side-by-side
static/css/style.css
View file @
64e327d6
...
...
@@ -16,13 +16,12 @@ body {
}
article
{
background-color
:
#343131
;
margin
:
2.5em
0
2.5em
0
;
padding
:
1.5em
}
nav
.brand
{
font-size
:
1.5em
;
color
:
#cbcbcb
;
}
nav
.brand
{
font-size
:
1.5em
;
font-weight
:
bold
;
}
/* Styling for elements */
a
{
color
:
#419bd5
;
text-decoration
:
none
;
}
a
:hover
{
color
:
#FFF
;
text-decoration
:
underline
dotted
;
}
a
{
color
:
#419bd5
;
}
a
:hover
{
color
:
#FFF
;
}
li
{
line-height
:
1.4em
;
}
h1
{
font-size
:
1.9em
;
}
h2
{
margin-top
:
2.0em
;
}
h3
{
margin-top
:
1.5em
;
}
small
{
font-size
:
0.8em
;
}
...
...
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